HeatMapToolTipEventHandler
Delegate
Represents the method that will handle the ToolTipShowing event of a RadHeatMapElement.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void HeatMapToolTipEventHandler(object sender, HeatMapToolTipEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, HeatMapToolTipEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, HeatMapToolTipEventArgs e)