Delegate HeatMapCellPaitingEventHandler
The event handler for the CellPainting event.
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void HeatMapCellPaitingEventHandler(object sender, HeatMapCellPaintingEventArgs e);
Parameters
System.Object
sender
The sender. |
HeatMapCellPaintingEventArgs
e
The event arguments. |
Constructors
HeatMapCellPaitingEventHandler(Object, IntPtr)
Declaration
public HeatMapCellPaitingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, HeatMapCellPaintingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HeatMapCellPaintingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
HeatMapCellPaintingEventArgs
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, HeatMapCellPaintingEventArgs)
Declaration
public virtual void Invoke(object sender, HeatMapCellPaintingEventArgs e)
Parameters
System.Object
sender
|
HeatMapCellPaintingEventArgs
e
|