Delegate
GridViewRowSourceNeededEventHandler

Represents the method that will handle the RowSourceNeededEventArgs events of a RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void GridViewRowSourceNeededEventHandler(object sender, GridViewRowSourceNeededEventArgs e)

Constructors

GridViewRowSourceNeededEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GridViewRowSourceNeededEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GridViewRowSourceNeededEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GridViewRowSourceNeededEventArgs)

Declaration

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

Parameters

sender

object

e

GridViewRowSourceNeededEventArgs