Skip to main content

TreeMapSelectionChangedEventArgs(List<Object>) 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(
    List<object> selection
)

Parameters

Name Type Description
selection List<Object>

A list of selected objects.

Remarks

Instances of the TreeMapSelectionChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also