Back to Devexpress

MapSelectionChangingEventArgs Class

windowsforms-devexpress-dot-xtramap-782d0ca9.md

latest1.5 KB
Original Source

MapSelectionChangingEventArgs Class

Provides data for the MapControl.SelectionChanging event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapSelectionChangingEventArgs :
    MapSelectionEventArgs
vb
Public Class MapSelectionChangingEventArgs
    Inherits MapSelectionEventArgs

MapSelectionChangingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs MapSelectionEventArgs MapSelectionChangingEventArgs

See Also

MapSelectionChangingEventArgs Members

DevExpress.XtraMap Namespace