Skip to main content

MapItemsLayerBase Events

The base class for layers that display map items.
Name Description
AttributeDisplayValueEdit Occurs for each attribute value that is used in a title or tooltip before this title or tooltip is displayed.
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