Delegate
VirtualGridCellElementEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void VirtualGridCellElementEventHandler(object sender, VirtualGridCellElementEventArgs e)

Constructors

VirtualGridCellElementEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, VirtualGridCellElementEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

VirtualGridCellElementEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, VirtualGridCellElementEventArgs)

Declaration

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

Parameters

sender

object

e

VirtualGridCellElementEventArgs