Delegate CatalogEntryDto.VariationRowChangeEventHandler
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public delegate void VariationRowChangeEventHandler(object sender, CatalogEntryDto.VariationRowChangeEvent e);
Parameters
Constructors
VariationRowChangeEventHandler(Object, IntPtr)
Declaration
public VariationRowChangeEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CatalogEntryDto.VariationRowChangeEvent, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CatalogEntryDto.VariationRowChangeEvent 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.VariationRowChangeEvent)
Declaration
public virtual void Invoke(object sender, CatalogEntryDto.VariationRowChangeEvent e)
Parameters