Skip to main content

TreeMapSelectionChangedEventArgs(IList) Constructor

Initializes a new instance of the TreeMapSelectionChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public TreeMapSelectionChangedEventArgs(
    IList selection
)

Parameters

Name Type Description
selection IList

A list of selected items.

Remarks

If the TreeMap Control uses TreeMapFlatDataAdapter or TreeMapHierarchicalDataAdapter data adapter, this property stores the source objects for the selected tree map items.

If the TreeMap Control uses TreeMapItemStorage, this property stores the selected tree map items themselves.

See Also