SaaS CMS has officially launched! Learn more now.

Delegate SettingsDto.CommonSettingsRowChangeEventHandler

Namespace: Mediachase.Commerce.Core.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public delegate void CommonSettingsRowChangeEventHandler(object sender, SettingsDto.CommonSettingsRowChangeEvent e);
Parameters
Type Name Description
System.Object sender
SettingsDto.CommonSettingsRowChangeEvent e

Constructors

CommonSettingsRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, SettingsDto.CommonSettingsRowChangeEvent, AsyncCallback, Object)

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

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