Delegate PivotGroupEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public delegate void PivotGroupEventHandler(object sender, PivotGroupEventArgs e);
Parameters
System.Object
sender
|
PivotGroupEventArgs
e
|
Constructors
PivotGroupEventHandler(Object, IntPtr)
Declaration
public PivotGroupEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PivotGroupEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PivotGroupEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PivotGroupEventArgs
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, PivotGroupEventArgs)
Declaration
public virtual void Invoke(object sender, PivotGroupEventArgs e)
Parameters
System.Object
sender
|
PivotGroupEventArgs
e
|