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