Pakket | mx.events |
Klasse | public final class PropertyChangeEventKind |
Overerving | PropertyChangeEventKind Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DELETE : String = "delete" [statisch]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [statisch]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Constantedetails
DELETE | Constante |
public static const DELETE:String = "delete"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Constante |
public static const UPDATE:String = "update"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Wed Jun 13 2018, 11:42 AM Z