Back to Devexpress

MapItemSelectionChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-map-4be5aa04.md

latest1.5 KB
Original Source

MapItemSelectionChangedEventArgs Class

Provides data for the MapControl.SelectionChanged event.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public class MapItemSelectionChangedEventArgs :
    EventArgs
vb
<NonCategorized>
Public Class MapItemSelectionChangedEventArgs
    Inherits EventArgs

MapItemSelectionChangedEventArgs is the data class for the following events:

Remarks

An instance of the MapItemSelectionChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs MapItemSelectionChangedEventArgs

See Also

MapItemSelectionChangedEventArgs Members

DevExpress.Xpf.Map Namespace