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.
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
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
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
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.
Fri Apr 15 2011, 11:10 AM -07:00