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