newValue:Object
Gets or sets the new value of the property that changed
Implementation public function get newValue():Object public function set newValue(value:Object):voidoldValue:Object
Gets or sets the previous value of the property that changed
Implementation public function get oldValue():Object public function set oldValue(value:Object):voidpropertyName:String
Gets or sets the property name that changed
Implementation public function get propertyName():String public function set propertyName(value:String):voidpublic function PropertyChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, propertyName:String = null, newValue:* = null, oldValue:* = null) Parameters | type:String |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:Boolean (default = false) |
| |
| propertyName:String (default = null) |
| |
| newValue:* (default = null) |
| |
| oldValue:* (default = null) |
public static const PROPERTY_CHANGED:String = propertychanged
Fri May 6 2016, 10:06 AM +05:30