SaaS CMS has officially launched! Learn more now.

Delegate CatalogRelationDto.NodeEntryRelationRowChangeEventHandler

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

Constructors

NodeEntryRelationRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, CatalogRelationDto.NodeEntryRelationRowChangeEvent, AsyncCallback, Object)

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

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