TreeMapSelectionChangedEventArgs(List<Object>) Constructor
Initializes a new instance of the TreeMapSelectionChangedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
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