Represents the method that will handle the CustomSorting event of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public delegate void GridViewCustomSortingEventHandler(object sender, GridViewCustomSortingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, GridViewCustomSortingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, GridViewCustomSortingEventArgs e)