Delegate HeatMapCellIndexEventHandler
Event argument used in the Heat
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void HeatMapCellIndexEventHandler(object sender, HeatMapCellIndexEventArgs e);
Parameters
System. The sender, usually this is the Heat |
Heat The event arguments. |
Constructors
HeatMapCellIndexEventHandler(Object, IntPtr)
Declaration
public HeatMapCellIndexEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, HeatMapCellIndexEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HeatMapCellIndexEventArgs 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, HeatMapCellIndexEventArgs)
Declaration
public virtual void Invoke(object sender, HeatMapCellIndexEventArgs e)
Parameters
System.
|
Heat
|