Delegate
VirtualGridCellInfoEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void VirtualGridCellInfoEventHandler(object sender, VirtualGridCellInfoEventArgs e)

Constructors

VirtualGridCellInfoEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, VirtualGridCellInfoEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

VirtualGridCellInfoEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, VirtualGridCellInfoEventArgs)

Declaration

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

Parameters

sender

object

e

VirtualGridCellInfoEventArgs