Skip to main content

MapItemSelectionChangingEventArgs Class

Provides data for the MapControl.SelectionChanging event.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public class MapItemSelectionChangingEventArgs :
    EventArgs

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