ClassTreeMapToolTipEventArgs
Class
Provides data for the ToolTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapToolTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsTreeMapToolTipEventArgs
Inherited Members
Constructors
TreeMapToolTipEventArgs(RadToolTip, string, int, Point, TreeMapDataItem)
Initializes a new instance of the ToolTipTextNeededEventArgs class.
Declaration
cs-api-definition
public TreeMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, TreeMapDataItem item)
Parameters
toolTip
The tool tip.
toolTipText
The tool tip text.
duration
The tool tip duration.
location
The tool tip location.
item
The data item or group.