LayerBase Events
Serves as the base class for all layers.| Name | Description |
|---|---|
| DataLoaded | Occurs after the data has been loaded into a map layer. |
| Error | Occurs when an internal exception is raised. |
| ViewportChanged | Occurs every time the current viewport is changed. |
| VisibleChanged | Occurs when the layer’s LayerBase.Visible property value has changed. |
See Also