Class Items.CancelableItemArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the item with the ability to cancel the further execution.
public class Items.CancelableItemArgs : CancelableNotificationArgs
- Inheritance
-
Items.CancelableItemArgs
- Derived
- Inherited Members
Constructors
CancelableItemArgs()
Initializes a new instance of an object.
public CancelableItemArgs()
CancelableItemArgs(ItemEntry)
Initializes a new instance of an object.
public CancelableItemArgs(ItemEntry item)
Parameters
item
ItemEntryItem instance.
Properties
Item
Gets or sets the item instance.
public ItemEntry Item { get; set; }
Property Value
Methods
ToItem(ItemEntry)
public Item ToItem(ItemEntry i)