SaaS CMS has officially launched! Learn more now.

Delegate ShippingMethodDto.ShippingMethodParameterRowChangeEventHandler

Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public delegate void ShippingMethodParameterRowChangeEventHandler(object sender, ShippingMethodDto.ShippingMethodParameterRowChangeEvent e);
Parameters
Type Name Description
System.Object sender
ShippingMethodDto.ShippingMethodParameterRowChangeEvent e

Constructors

ShippingMethodParameterRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, ShippingMethodDto.ShippingMethodParameterRowChangeEvent, AsyncCallback, Object)

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

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