SaaS CMS has officially launched! Learn more now.

Delegate SegmentDto.SegmentConditionRowChangeEventHandler

Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public delegate void SegmentConditionRowChangeEventHandler(object sender, SegmentDto.SegmentConditionRowChangeEvent e);
Parameters
Type Name Description
System.Object sender
SegmentDto.SegmentConditionRowChangeEvent e

Constructors

SegmentConditionRowChangeEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, SegmentDto.SegmentConditionRowChangeEvent, AsyncCallback, Object)

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

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