SaaS CMS has officially launched! Learn more now.

Delegate CatalogAssociationDto.CatalogAssociationRowChangeEventHandler

Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public delegate void CatalogAssociationRowChangeEventHandler(object sender, CatalogAssociationDto.CatalogAssociationRowChangeEvent e);
Parameters
Type Name Description
System.Object sender
CatalogAssociationDto.CatalogAssociationRowChangeEvent e

Constructors

CatalogAssociationRowChangeEventHandler(Object, IntPtr)

Declaration
public CatalogAssociationRowChangeEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, CatalogAssociationDto.CatalogAssociationRowChangeEvent, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, CatalogAssociationDto.CatalogAssociationRowChangeEvent e, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object sender
CatalogAssociationDto.CatalogAssociationRowChangeEvent 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, CatalogAssociationDto.CatalogAssociationRowChangeEvent)

Declaration
public virtual void Invoke(object sender, CatalogAssociationDto.CatalogAssociationRowChangeEvent e)
Parameters
Type Name Description
System.Object sender
CatalogAssociationDto.CatalogAssociationRowChangeEvent e