Delegate
GridViewGroupSortChangingEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void GridViewGroupSortChangingEventHandler(object sender, GridViewGroupSortChangingEventArgs e)

Constructors

GridViewGroupSortChangingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GridViewGroupSortChangingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GridViewGroupSortChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GridViewGroupSortChangingEventArgs)

Declaration

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

Parameters

sender

object

e

GridViewGroupSortChangingEventArgs