Skip to main content

LayerBase.DataLoaded Event

Occurs after the data has been loaded into a map layer.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public event DataLoadedEventHandler DataLoaded

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