Pacote | mx.events |
Classe | public final class PropertyChangeEventKind |
Herança | PropertyChangeEventKind Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DELETE : String = "delete" [estático]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [estático]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Detalhes da constante
DELETE | Constante |
public static const DELETE:String = "delete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Constante |
public static const UPDATE:String = "update"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Wed Jun 13 2018, 11:10 AM Z