Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

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