Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogRelationDto.CatalogEntryRelationRowChangeEventHandler

Inheritance
System.Object
CatalogRelationDto.CatalogEntryRelationRowChangeEventHandler
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class CatalogEntryRelationRowChangeEventHandler : MulticastDelegate

Constructors

CatalogEntryRelationRowChangeEventHandler(Object, IntPtr)

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

Methods

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

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

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