InformationLayer Events
A layer that is used to display additional information above the map.| Name | Description |
|---|---|
| AttributeDisplayValueEdit | Occurs for each attribute value that is used in a title or tooltip before this title or tooltip is displayed. Inherited from MapItemsLayerBase. |
| DataLoaded | Overrides the LayerBase.DataLoaded event to hide it. |
| DataRequestCompleted | Occurs when a data request has been completed. |
| 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