MapItemSelectionChangedEventArgs(List<Object>) Constructor
Initializes a new instance of the MapItemSelectionChangedEventArgs class with the specified list of selection objects.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
selection | List<Object> | A list of selection objects. This value is assigned to the MapItemSelectionChangedEventArgs.Selection property. |
See Also