Skip to main content

MapSelectionChangingEventArgs(IEnumerable<Object>) Constructor

Initializes a new instance of the MapSelectionChangingEventArgs class with the specified map selection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapSelectionChangingEventArgs(
    IEnumerable<object> selection
)

Parameters

Name Type Description
selection IEnumerable<Object>

The selected map item collection.

Remarks

Instances of the MapSelectionChangingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also