Delegate EventContext.DeletedCatalogEventHandler
Handles the catalog deleted event.
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public delegate void DeletedCatalogEventHandler(object sender, DeletedCatalogEventArgs e);
Parameters
Constructors
DeletedCatalogEventHandler(Object, IntPtr)
Declaration
public DeletedCatalogEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DeletedCatalogEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DeletedCatalogEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| DeletedCatalogEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, DeletedCatalogEventArgs)
Declaration
public virtual void Invoke(object sender, DeletedCatalogEventArgs e)
Parameters