| Package | com.esri.aws.awx.events |
| Class | public class LayerVisibilityEvent |
| Inheritance | LayerVisibilityEvent flash.events.Event |
LayerVisibilityEvent is dispatched from the LayerVisibility when the value has changed.
See also
| Property | Defined by | ||
|---|---|---|---|
| layerVisibility : LayerVisibility
The layerVisibility whose value has changed.
| LayerVisibilityEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LayerVisibilityEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new LayerVisibilityEvent.
| LayerVisibilityEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| VISIBILITY_CHANGE : String = "visibilityChange" [static]
Used to detect when the layerVisibility has been changed.
| LayerVisibilityEvent | ||
| layerVisibility | property |
public var layerVisibility:LayerVisibilityThe layerVisibility whose value has changed.
| LayerVisibilityEvent | () | constructor |
public function LayerVisibilityEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new LayerVisibilityEvent.
Parameterstype:String — The type of the event, accessible as Event.type.
|
|
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
|
|
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default value is false.
|
| VISIBILITY_CHANGE | constant |
public static const VISIBILITY_CHANGE:String = "visibilityChange"Used to detect when the layerVisibility has been changed.