Skip to main content
A newer version of this page is available. .

InformationLayer.DataLoaded Event

Overrides the LayerBase.DataLoaded event to hide it.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[Browsable(false)]
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