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