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

MapItemsLayerBase Events

The base class for layers that display map items.
Name Description
AttributeDisplayValueEdit Occurs every time a display value of an attribute should be edited.
DataLoaded Occurs after the data has been loaded into a map layer. Inherited from LayerBase.
Error Occurs when an internal exception is raised. Inherited from LayerBase.
ViewportChanged Occurs every time the current viewport is changed. Inherited from LayerBase.
VisibleChanged Occurs when the layer’s LayerBase.Visible property value has changed. Inherited from LayerBase.
See Also