Delegate WarehouseContactInformationDto.WarehouseContactInformationRowChangeEventHandler

Namespace: Mediachase.Commerce.Inventory.Database
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public delegate void WarehouseContactInformationRowChangeEventHandler(object sender, WarehouseContactInformationDto.WarehouseContactInformationRowChangeEvent e);
Parameters
Type Name Description
System.Object sender
WarehouseContactInformationDto.WarehouseContactInformationRowChangeEvent e

Constructors

WarehouseContactInformationRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, WarehouseContactInformationDto.WarehouseContactInformationRowChangeEvent, AsyncCallback, Object)

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

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