Skip to main content
A newer version of this page is available. .

HierarchicalChartControlBase.SelectionChanged Event

Fires after the selection has been changed.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

public event SelectionChangedEventHandler SelectionChanged

Event Data

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

Property Description
SelectedGroups Returns the collection of selected group paths.
SelectedItems Returns the collection of selected items.

Remarks

Handle the HierarchicalChartControlBase.SelectionChanged event to perform specific actions when the Tree Map’s or the Sunburst’s selection changes.

See Also