A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler

Inheritance
System.Object
OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class OrderShipmentStatusRowChangeEventHandler : MulticastDelegate

Constructors

OrderShipmentStatusRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, OrderShipmentStatusDto.OrderShipmentStatusRowChangeEvent, AsyncCallback, Object)

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

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