Skip to main content

InformationLayer.DataLoaded Event

Overrides the LayerBase.DataLoaded event to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event DataLoadedEventHandler DataLoaded

Event Data

The DataLoaded event's data class is DataLoadedEventArgs.

Remarks

This event is overridden to hide the corresponding event of the LayerBase class, because the DataLoaded event isn’t appropriate for the InformationLayer class. So, this event can’t be handled.

See Also