Provides data for the ToolTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapToolTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsTreeMapToolTipEventArgs
Inherited Members
Constructors
Initializes a new instance of the ToolTipTextNeededEventArgs class.
C#
public TreeMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, TreeMapDataItem item)
The tool tip.
toolTipTextstringThe tool tip text.
durationintThe tool tip duration.
locationPointThe tool tip location.
itemTreeMapDataItemThe data item or group.
Properties
Gets the data item or group. If the item is group item can be casted to TreeMapDataItemGroup.
C#
public TreeMapDataItem Item { get; }
Gets the tool tip.
C#
public RadToolTip ToolTip { get; }