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