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