Paket | mx.events |
Klass | public final class PropertyChangeEventKind |
Arv | PropertyChangeEventKind Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
DELETE : String = "delete" [statisk]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [statisk]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Konstantdetaljer
DELETE | Konstant |
public static const DELETE:String = "delete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Konstant |
public static const UPDATE:String = "update"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Tue Jun 12 2018, 01:40 PM Z