패키지 | 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:17 PM Z