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

TreeMapSelectionChangedEventArgs(List<Object>) Constructor

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

Namespace: DevExpress.Xpf.TreeMap

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

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