Paquete | mx.events |
Clase | public final class PropertyChangeEventKind |
Herencia | PropertyChangeEventKind Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DELETE : String = "delete" [estática]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [estática]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Información sobre constantes
DELETE | Constante |
public static const DELETE:String = "delete"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Constante |
public static const UPDATE:String = "update"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Tue Jun 12 2018, 02:12 PM Z