Delegate HeatMapHeaderPaintingEventHandler
The event handler for the HeaderCellPainting event, which is fired before the painting of the row and column headers.
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void HeatMapHeaderPaintingEventHandler(object sender, HeatMapHeaderCellPaintingEventArgs e);
Parameters
System.Object
sender
The sender. |
HeatMapHeaderCellPaintingEventArgs
e
The event arguments. |
Constructors
HeatMapHeaderPaintingEventHandler(Object, IntPtr)
Declaration
public HeatMapHeaderPaintingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, HeatMapHeaderCellPaintingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HeatMapHeaderCellPaintingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
HeatMapHeaderCellPaintingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, HeatMapHeaderCellPaintingEventArgs)
Declaration
public virtual void Invoke(object sender, HeatMapHeaderCellPaintingEventArgs e)
Parameters
System.Object
sender
|
HeatMapHeaderCellPaintingEventArgs
e
|