LayerBase.DataLoaded Event
Occurs after the data has been loaded into a map layer.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Event Data
The DataLoaded event's data class is DevExpress.Xpf.Map.DataLoadedEventArgs.
Remarks
Handle the DataLoaded event to ensure that the data is loaded completely into a map layer.
See Also