Delegate
HeatMapCellIndexEventHandler

Event argument used in the HeatMapDefinition.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void HeatMapCellIndexEventHandler(object sender, HeatMapCellIndexEventArgs e)

Constructors

HeatMapCellIndexEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, HeatMapCellIndexEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

HeatMapCellIndexEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, HeatMapCellIndexEventArgs)

Declaration

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

Parameters

sender

object

e

HeatMapCellIndexEventArgs