Skip to main content

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

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