Skip to main content
A newer version of this page is available. .

MapItemSelectionChangingEventArgs(IList) Constructor

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

Namespace: DevExpress.Xpf.Map

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

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