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

MapItemSelectionChangedEventArgs(List<Object>) Constructor

Initializes a new instance of the MapItemSelectionChangedEventArgs class with the specified list of selection objects.

Namespace: DevExpress.Xpf.Map

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

Declaration

public MapItemSelectionChangedEventArgs(
    List<object> selection
)

Parameters

Name Type Description
selection List<Object>

A list of selection objects. This value is assigned to the MapItemSelectionChangedEventArgs.Selection property.

See Also