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