VectorFileLayer.MapItemLoaded Event
Occurs when all map items have been loaded.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The MapItemLoaded event's data class is MapItemEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item | Provides access to the map item, for which this event has been raised. |
See Also