Delegate PivotRowCreatingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public delegate void PivotRowCreatingEventHandler(object sender, PivotRowCreatingEventArgs e);
Parameters
System.
|
Pivot
|
Constructors
PivotRowCreatingEventHandler(Object, IntPtr)
Declaration
public PivotRowCreatingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PivotRowCreatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PivotRowCreatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Pivot
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, PivotRowCreatingEventArgs)
Declaration
public virtual void Invoke(object sender, PivotRowCreatingEventArgs e)
Parameters
System.
|
Pivot
|