MapItemSelectionChangingEventArgs(IList) Constructor
Initializes a new instance of the MapItemSelectionChangingEventArgs class with the specified map selection.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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