Delegate
GridViewCreateCellEventHandler

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void GridViewCreateCellEventHandler(object sender, GridViewCreateCellEventArgs e)

Constructors

GridViewCreateCellEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, GridViewCreateCellEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

GridViewCreateCellEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, GridViewCreateCellEventArgs)

Declaration

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

Parameters

sender

object

e

GridViewCreateCellEventArgs