Packagecom.adobe.portfolio.api
Classpublic class PropertyValueChangedEvent
InheritancePropertyValueChangedEvent Inheritance flash.events.Event

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

Dispatched when the value of an IProperty changes.

See also

IProperty


Public Properties
 PropertyDefined By
  contextName : String
The name of the IPropertyContext containing the property whose value has changed.
PropertyValueChangedEvent
  propertyName : String
The name of the IProperty whose value has changed.
PropertyValueChangedEvent
  propertyValue : *
The new value of the IProperty whose value has changed.
PropertyValueChangedEvent
Public Constants
 ConstantDefined By
  PROPERTY_VALUE_CHANGED : String = propertyValueChanged
[static] Defines the value of the type property of the Event object for a propertyValueChanged event.
PropertyValueChangedEvent
Property Detail
contextNameproperty
public var contextName:String

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

The name of the IPropertyContext containing the property whose value has changed.

See also

propertyNameproperty 
public var propertyName:String

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

The name of the IProperty whose value has changed.

See also

propertyValueproperty 
public var propertyValue:*

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

The new value of the IProperty whose value has changed.

See also

Constant Detail
PROPERTY_VALUE_CHANGEDConstant
public static const PROPERTY_VALUE_CHANGED:String = propertyValueChanged

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

Defines the value of the type property of the Event object for a propertyValueChanged event.