Property change events are dispatched after the property change was
validated on the server.
name:String
[read-only]
Get the name of the property that changed.
Implementation
public function get name():String
newValue:Object
[read-only]
Get the property's new value.
Note: if index is not -1 then this value is merely one element in an array that
may be fully accessed using the 'net' subcontrol.
Implementation
public function get newValue():Object
oldValue:Object
[read-only]
Get the property's previous value (handy!).
Implementation
public function get oldValue():Object
public function PropertyChangedEvent(type:String, propName:String, newValue:Object, oldValue:Object)
Constructor.
Parameters
| type:String |
|
| propName:String |
|
| newValue:Object |
|
| oldValue:Object |
public override function clone():Event
Returns
public override function toString():String
Returns
public static const PROPERTY_CHANGED:String = "PropChanged"
The type of a property change event.
Copyright © 2007-2009 Three Rings Design, Inc.