Delegate GridViewGroupSortChangedEventHandler
Represents the method that will handle the GridViewGroupSortChanging event of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewGroupSortChangedEventHandler(object sender, GridViewGroupSortChangedEventArgs e);
Parameters
System. The event sender |
Grid Instance of GridViewGroupSortChangingEventArgs containing the data related with this event |
Constructors
GridViewGroupSortChangedEventHandler(Object, IntPtr)
Declaration
public GridViewGroupSortChangedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewGroupSortChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewGroupSortChangedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Grid
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, GridViewGroupSortChangedEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewGroupSortChangedEventArgs e)
Parameters
System.
|
Grid
|