Class
TreeMapItemChangedEventArgs

Event arguments used in the HoveredItemChanged and SelectedItemChanged events.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeMapItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsTreeMapItemChangedEventArgs

Derived Classes: TreeMapItemChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeMapItemChangedEventArgs(TreeMapDataItem, TreeMapDataItem)

Initializes a new instance of the TreeMapItemChangedEventArgs class.

Declaration

cs-api-definition
public TreeMapItemChangedEventArgs(TreeMapDataItem oldItem, TreeMapDataItem newItem)

Parameters

oldItem

TreeMapDataItem

The old item.

newItem

TreeMapDataItem

The new item.

Properties

NewItem

Gets the mew item.

Declaration

cs-api-definition
public TreeMapDataItem NewItem { get; }

Property Value

TreeMapDataItem

OldItem

Gets the old item.

Declaration

cs-api-definition
public TreeMapDataItem OldItem { get; }

Property Value

TreeMapDataItem