Delegate
HeatMapCellPaintedEventHandler

The event handler for the CellPainted event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void HeatMapCellPaintedEventHandler(object sender, HeatMapCellPaintedEventArgs e)

Constructors

HeatMapCellPaintedEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, HeatMapCellPaintedEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

HeatMapCellPaintedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, HeatMapCellPaintedEventArgs)

Declaration

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

Parameters

sender

object

e

HeatMapCellPaintedEventArgs