Delegate
VirtualGridCellElementMouseEventHandler

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public delegate void VirtualGridCellElementMouseEventHandler(object sender, VirtualGridCellElementMouseEventArgs e)

Constructors

VirtualGridCellElementMouseEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, VirtualGridCellElementMouseEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

VirtualGridCellElementMouseEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, VirtualGridCellElementMouseEventArgs)

Declaration

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

Parameters

sender

object

e

VirtualGridCellElementMouseEventArgs