MapItemsLoadedEventArgs(IEnumerable<MapItem>) Constructor
Initializes a new instance of the MapItemsLoadedEventArgs class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<MapItem> | A set of MapItem class descendant objects. |
See Also