| Package | org.spicefactory.parsley.core.events | 
| Class | public class ContextCreationEvent | 
| Inheritance | ContextCreationEvent    flash.events.Event | 
| Property | Defined By | ||
|---|---|---|---|
| context : Context [read-only] 
	 The Context that was created.  | ContextCreationEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CREATE_CONTEXT : String = createContext [static] 
	 Constant for the type of bubbling event fired when a new Context was created that is associated with a view root.  | ContextCreationEvent | ||
| context | property | 
context:Context  [read-only] The Context that was created.
    public function get context():Context| CREATE_CONTEXT | Constant | 
public static const CREATE_CONTEXT:String = createContextConstant for the type of bubbling event fired when a new Context was created that is associated with a view root. The event allows listeners in the view hierarchy above to get hold of the new Context without the need for the views that hold the Context to adhere to some sort of contract.