Skip to main content
All docs
V20.1

TreeMapControl.SelectionChanged Event

Occurs when tree map items are added to or removed from the TreeMapControl.SelectedItems collection.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public event TreeMapSelectionChangedEventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is TreeMapSelectionChangedEventArgs. The following properties provide information specific to this event:

Property Description
Selection Returns the list of selected items.
See Also