| 언어 버전: | 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:17 PM Z