Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PickListDto.PickListRowChangeEventHandler

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

Constructors

PickListRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, PickListDto.PickListRowChangeEvent, AsyncCallback, Object)

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

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