Class ItemNotification.CancelableItemArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the item with the ability to cancel the further execution.
public class ItemNotification.CancelableItemArgs : Items.CancelableItemArgs
- Inheritance
-
ItemNotification.CancelableItemArgs
- 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.
Methods
ToItem(ItemEntry)
public static Item ToItem(ItemEntry i)