Packagemx.events
Classpublic final class PropertyChangeEventKind

The PropertyChangeEventKind class defines the constant values for the kind property of the PropertyChangeEvent class.

See also

mx.events.PropertyChangeEvent


Public Constants
 ConstantDefined by
  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
Constant detail
DELETEconstant
public static const DELETE:String = "delete"

Indicates that the property was deleted from the object.

UPDATEconstant 
public static const UPDATE:String = "update"

Indicates that the value of the property changed.