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