Paket | mx.events |
Sınıf | public final class PropertyChangeEventKind |
Miras Alma | PropertyChangeEventKind Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
DELETE : String = "delete" [statik]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [statik]
Indicates that the value of the property changed. | PropertyChangeEventKind |
Sabit Ayrıntısı
DELETE | Sabit |
public static const DELETE:String = "delete"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | Sabit |
public static const UPDATE:String = "update"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Tue Jun 12 2018, 01:09 PM Z