Delegate
PivotRowCreatingEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public delegate void PivotRowCreatingEventHandler(object sender, PivotRowCreatingEventArgs e)

Constructors

PivotRowCreatingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public PivotRowCreatingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PivotRowCreatingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PivotRowCreatingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PivotRowCreatingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PivotRowCreatingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PivotRowCreatingEventArgs e)

Parameters

sender

object

e

PivotRowCreatingEventArgs