Packagecom.adobe.portfolio.events
Classpublic class PropertyManagerEvent
InheritancePropertyManagerEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The PropertyManagerEvent class extends Event and is dispatched when Navigator properties have changed.



Public Properties
 PropertyDefined By
  context : PropertyContext
PropertyManagerEvent
Public Methods
 MethodDefined By
  
PropertyManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
PropertyManagerEvent
Public Constants
 ConstantDefined By
  CONTEXT_LOADED : String = navPropertyContextLoaded
[static] A string representing the event type when a property context has been loaded
PropertyManagerEvent
  UPDATED_CONTEXTS : String = navPropertyUpdatedContexts
[static] A string representing the event type when a property context has been updated
PropertyManagerEvent
Property Detail
contextproperty
public var context:PropertyContext

Constructor Detail
PropertyManagerEvent()Constructor
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_LOADEDConstant
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_CONTEXTSConstant 
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