Back to Devexpress

MapItemSelectionChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-map-d7eb258e.md

latest1.5 KB
Original Source

MapItemSelectionChangingEventArgs Class

Provides data for the MapControl.SelectionChanging event.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

MapItemSelectionChangingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs MapItemSelectionChangingEventArgs

See Also

MapItemSelectionChangingEventArgs Members

DevExpress.Xpf.Map Namespace