Delegate
HeatMapHeaderPaintingEventHandler

The event handler for the HeaderCellPainting event, which is fired before the painting of the row and column headers.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void HeatMapHeaderPaintingEventHandler(object sender, HeatMapHeaderCellPaintingEventArgs e)

Constructors

HeatMapHeaderPaintingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, HeatMapHeaderCellPaintingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

HeatMapHeaderCellPaintingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, HeatMapHeaderCellPaintingEventArgs)

Declaration

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

Parameters

sender

object

e

HeatMapHeaderCellPaintingEventArgs