Try our conversational search powered by Generative AI!

Delegate EventContext.CatalogLanguageEventHandler

Handles the catalog deleted event.

Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public delegate void CatalogLanguageEventHandler(object sender, CatalogLanguageEventArgs e);
Parameters
Type Name Description
System.Object sender
CatalogLanguageEventArgs e

Constructors

CatalogLanguageEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, CatalogLanguageEventArgs, AsyncCallback, Object)

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

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