| Package | artcustomer.framework.events | 
| Class | public class ContextEvent | 
| Inheritance | ContextEvent    flash.events.Event | 
| Method | Defined By | ||
|---|---|---|---|
ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, contextWidth:int = 0, contextHeight:int = 0, stageWidth:int = 0, stageHeight:int = 0) 
		 Constructor
		 
		   | ContextEvent | ||
clone():Event [override] 
		 Clone ContextEvent.  | ContextEvent | ||
toString():String [override] 
		 Get String value of ContextEvent.  | ContextEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CONTEXT_DESTROY : String = contextDestroy [static]   | ContextEvent | ||
| CONTEXT_RESET : String = contextReset [static]   | ContextEvent | ||
| CONTEXT_SETUP : String = contextSetup [static]   | ContextEvent | ||
| ContextEvent | () | Constructor | 
public function ContextEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, name:String = null, contextWidth:int = 0, contextHeight:int = 0, stageWidth:int = 0, stageHeight:int = 0)Constructor
Parameterstype:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
name:String (default = null) | |
contextWidth:int (default = 0) | |
contextHeight:int (default = 0) | |
stageWidth:int (default = 0) | |
stageHeight:int (default = 0) | 
| clone | () | method | 
override public function clone():EventClone ContextEvent.
ReturnsEvent — 
		  | 
| toString | () | method | 
override public function toString():StringGet String value of ContextEvent.
ReturnsString — 
		  | 
| CONTEXT_DESTROY | Constant | 
public static const CONTEXT_DESTROY:String = contextDestroy| CONTEXT_RESET | Constant | 
public static const CONTEXT_RESET:String = contextReset| CONTEXT_SETUP | Constant | 
public static const CONTEXT_SETUP:String = contextSetup