MapControl.SelectionChanged Event
Occurs when the map selection is changed.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The SelectionChanged event's data class is ElementSelectionChangedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Selection | Returns the list of currently selected objects. |
See Also