Pacotemx.events
Classepublic final class PropertyChangeEventKind
HerançaPropertyChangeEventKind Inheritance Object

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

Veja também

mx.events.PropertyChangeEvent


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido 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
Detalhes da constante
DELETEConstante
public static const DELETE:String = "delete"

Indicates that the property was deleted from the object.

UPDATEConstante 
public static const UPDATE:String = "update"

Indicates that the value of the property changed.