Skip to main content

MapControl.SelectionChanged Event

In This Article

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

public event ElementSelectionChangedEventHandler SelectionChanged

#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