Delegate CatalogEntryDto.CatalogItemAssetRowChangeEventHandler
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public delegate void CatalogItemAssetRowChangeEventHandler(object sender, CatalogEntryDto.CatalogItemAssetRowChangeEvent e);
Parameters
Constructors
CatalogItemAssetRowChangeEventHandler(Object, IntPtr)
Declaration
public CatalogItemAssetRowChangeEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CatalogEntryDto.CatalogItemAssetRowChangeEvent, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CatalogEntryDto.CatalogItemAssetRowChangeEvent e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CatalogEntryDto.CatalogItemAssetRowChangeEvent)
Declaration
public virtual void Invoke(object sender, CatalogEntryDto.CatalogItemAssetRowChangeEvent e)
Parameters