Pacchetto | mx.events |
Classe | public final class PropertyChangeEventKind |
Ereditarietà | PropertyChangeEventKind Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
DELETE : String = "delete" [statico]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [statico]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Descrizione delle costanti
DELETE | Costante |
public static const DELETE:String = "delete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Costante |
public static const UPDATE:String = "update"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Tue Jun 12 2018, 02:44 PM Z