Delegate
VirtualGridCreateCellEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void VirtualGridCreateCellEventHandler(object sender, VirtualGridCreateCellEventArgs e)

Constructors

VirtualGridCreateCellEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, VirtualGridCreateCellEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

VirtualGridCreateCellEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, VirtualGridCreateCellEventArgs)

Declaration

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

Parameters

sender

object

e

VirtualGridCreateCellEventArgs