Skip to main content

MapSelectionChangedEventArgs(IEnumerable<Object>) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapSelectionChangedEventArgs(
    IEnumerable<object> selection
)

Parameters

Name Type Description
selection IEnumerable<Object>

An object that implements the IEnumerable interface.

See Also