Skip to main content
A newer version of this page is available. .

MapControl.SelectionChanged Event

Occurs when the map selection is changed.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v20.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