| Pacote | mx.events |
| Classe | public final class PropertyChangeEventKind |
| Herança | PropertyChangeEventKind Object |
kind property of the PropertyChangeEvent class.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| DELETE : String = "delete" [static]
Indicates that the property was deleted from the object.
| PropertyChangeEventKind | ||
| UPDATE : String = "update" [static]
Indicates that the value of the property changed.
| PropertyChangeEventKind | ||
| DELETE | Constante |
public static const DELETE:String = "delete"
Indicates that the property was deleted from the object.
| UPDATE | Constante |
public static const UPDATE:String = "update"
Indicates that the value of the property changed.