ClassTreeMapItemEventArgs
Class
Event arguments used in the RadTreeMapElement.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapItemEventArgs : EventArgs
Inheritance: objectEventArgsTreeMapItemEventArgs
Derived Classes:
Inherited Members
Constructors
TreeMapItemEventArgs(TreeMapDataItem)
Initializes a new instance of the TreeMapItemEventArgs class.
Declaration
cs-api-definition
public TreeMapItemEventArgs(TreeMapDataItem item)
Parameters
item
The data item.
Properties
Item
Gets the data item.
Declaration
cs-api-definition
public virtual TreeMapDataItem Item { get; }
Property Value
TreeMapElement
Gets the main RadTreeMap element.
Declaration
cs-api-definition
public RadTreeMapElement TreeMapElement { get; }
Property Value