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