Click or drag to resize

LayerCollection Events

The LayerCollection type exposes the following members.

Events
  NameDescription
Public eventLayerAdded
Callback for indicating the insertion of a new layer to this collection. This is useful when layer specific callbacks have to be set, for example to indicate a layer's property change.
Public eventLayerRemoved
Callback for indicating the removal of a layer from this collection. It becomes important when layer specific callbacks were set in LayerAdded, and have to be removed now.
Public eventLayerSelectabilityChanged
Callback for indicating the selectability changing.
Public eventLayerVisibilityChanged
Callback for indicating the visibility changing.
Top
See Also