Skip to main content
A newer version of this page is available.
All docs
V19.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.v19.1.dll

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