Delegate HeatMapCellPaitingEventHandler
The event handler for the Cell
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void HeatMapCellPaitingEventHandler(object sender, HeatMapCellPaintingEventArgs e);
Parameters
System. The sender. |
Heat The event arguments. |
Constructors
HeatMapCellPaitingEventHandler(Object, IntPtr)
Declaration
public HeatMapCellPaitingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, HeatMapCellPaintingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HeatMapCellPaintingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Heat
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, HeatMapCellPaintingEventArgs)
Declaration
public virtual void Invoke(object sender, HeatMapCellPaintingEventArgs e)
Parameters
System.
|
Heat
|