Class
TreeMapItemEventArgs

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: TreeMapItemPaintedEventArgsTreeMapItemPaintingEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeMapItemEventArgs(TreeMapDataItem)

Initializes a new instance of the TreeMapItemEventArgs class.

Declaration

cs-api-definition
public TreeMapItemEventArgs(TreeMapDataItem item)

Parameters

item

TreeMapDataItem

The data item.

Properties

Item

Gets the data item.

Declaration

cs-api-definition
public virtual TreeMapDataItem Item { get; }

Property Value

TreeMapDataItem

TreeMapElement

Gets the main RadTreeMap element.

Declaration

cs-api-definition
public RadTreeMapElement TreeMapElement { get; }

Property Value

RadTreeMapElement