語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
initialized()
method.
公用方法
方法 | 定義自 | ||
---|---|---|---|
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | IMXMLObject |
方法詳細資訊
initialized | () | 方法 |
public function initialized(document:Object, id:String):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
參數
document:Object — The MXML document that created this object.
| |
id:String — The identifier used by document to refer
to this object.
If the object is a deep property on document ,
id is null.
|
Tue Jun 12 2018, 03:47 PM Z