Delegate
GridViewCellPaintEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void GridViewCellPaintEventHandler(object sender, GridViewCellPaintEventArgs e)

Constructors

GridViewCellPaintEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GridViewCellPaintEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GridViewCellPaintEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GridViewCellPaintEventArgs)

Declaration

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

Parameters

sender

object

e

GridViewCellPaintEventArgs