Skip to main content

MapItemSelectionChangingEventArgs(IList) Constructor

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapItemSelectionChangingEventArgs(
    IList selection
)

Parameters

Name Type Description
selection IList

The selected map item collection.

Remarks

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

See Also