public function InitializedEvent(type:String)
Constructs an InitializedEvent.
Parameters public static const INJECTABLE_INITIALIZED:String = injectableInitialized
The InitializedEvent.INJECTABLE_INITIALIZED constant defines the value of the
type property of the event object
for a injectableInitialized event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |