Delegate WarehouseInventoryDto.WarehouseInventoryRowChangeEventHandler

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

Constructors

WarehouseInventoryRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, WarehouseInventoryDto.WarehouseInventoryRowChangeEvent, AsyncCallback, Object)

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

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