Delegate
CellFormattingEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void CellFormattingEventHandler(object sender, CellFormattingEventArgs e)

Constructors

CellFormattingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, CellFormattingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

CellFormattingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, CellFormattingEventArgs)

Declaration

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

Parameters

sender

object

e

CellFormattingEventArgs