Delegate
GridViewCustomSortingEventHandler

Represents the method that will handle the CustomSorting event of a RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void GridViewCustomSortingEventHandler(object sender, GridViewCustomSortingEventArgs e)

Constructors

GridViewCustomSortingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public GridViewCustomSortingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GridViewCustomSortingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, GridViewCustomSortingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

GridViewCustomSortingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, GridViewCustomSortingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, GridViewCustomSortingEventArgs e)

Parameters

sender

object

e

GridViewCustomSortingEventArgs