public function PropertyManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Constructor
Parameters
type:String — The type of the event as a string, accessible as PropertyManagerEvent.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 values is false.
Constant Detail
CONTEXT_LOADED
Constant
public static const CONTEXT_LOADED:String = navPropertyContextLoaded
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
A string representing the event type when a property
context has been loaded
UPDATED_CONTEXTS
Constant
public static const UPDATED_CONTEXTS:String = navPropertyUpdatedContexts
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
A string representing the event type when a property context
has been updated