ClassHeatMapToolTipEventArgs
Class
Provides data for the ToolTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapToolTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsHeatMapToolTipEventArgs
Inherited Members
Constructors
HeatMapToolTipEventArgs(RadToolTip, string, int, Point, CellIndex)
Initializes a new instance of the ToolTipTextNeededEventArgs class.
Declaration
cs-api-definition
public HeatMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, CellIndex index)
Parameters
toolTip
The tool tip.
toolTipText
The tool tip text.
duration
The tool tip duration.
location
The tool tip location.
index
The cell index.