套件 | mx.events |
類別 | public final class PropertyChangeEventKind |
繼承 | PropertyChangeEventKind Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
kind
property of the PropertyChangeEvent class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
DELETE : String = "delete" [靜態]
Indicates that the property was deleted from the object. | PropertyChangeEventKind | ||
UPDATE : String = "update" [靜態]
Indicates that the value of the property changed. | PropertyChangeEventKind |
常數詳細資訊
DELETE | 常數 |
public static const DELETE:String = "delete"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the property was deleted from the object.
UPDATE | 常數 |
public static const UPDATE:String = "update"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the value of the property changed.
Tue Jun 12 2018, 03:47 PM Z