Delegate PivotRowEventHandler
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public delegate void PivotRowEventHandler(object sender, PivotRowEventArgs e);
Parameters
Constructors
Declaration
public PivotRowEventHandler(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
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
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
|
System.IAsyncResult
result
|
Declaration
public virtual void Invoke(object sender, PivotRowEventArgs e)
Parameters
Extension Methods