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