Delegate GridViewGroupSortChangingEventHandler
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 GridViewGroupSortChangingEventHandler(object sender, GridViewGroupSortChangingEventArgs e);
Parameters
System.Object
sender
The event sender |
GridViewGroupSortChangingEventArgs
e
Instance of GridViewGroupSortChangingEventArgs containing the data related with this event |
Constructors
GridViewGroupSortChangingEventHandler(Object, IntPtr)
Declaration
public GridViewGroupSortChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, GridViewGroupSortChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewGroupSortChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
GridViewGroupSortChangingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, GridViewGroupSortChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewGroupSortChangingEventArgs e)
Parameters
System.Object
sender
|
GridViewGroupSortChangingEventArgs
e
|