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