Delegate
RowFormattingEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void RowFormattingEventHandler(object sender, RowFormattingEventArgs e)

Constructors

RowFormattingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RowFormattingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

RowFormattingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, RowFormattingEventArgs)

Declaration

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

Parameters

sender

object

e

RowFormattingEventArgs