Packageefnx.events
Classpublic class WindowEvent
InheritanceWindowEvent Inheritance flash.events.Event

Event subclass description.



Public Properties
 PropertyDefined by
  height : uint = 0
WindowEvent
  scrollAreaEvent : ScrollAreaEvent
WindowEvent
  width : uint = 0
WindowEvent
Public Methods
 MethodDefined by
  
WindowEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
WindowEvent
  
clone():Event
WindowEvent
Public Constants
 ConstantDefined by
  WINDOW_CLOSE : String = "windowClose"
[static]
WindowEvent
  WINDOW_UPDATE : String = "windowUpdate"
[static]
WindowEvent
Property detail
heightproperty
public var height:uint = 0
scrollAreaEventproperty 
public var scrollAreaEvent:ScrollAreaEvent
widthproperty 
public var width:uint = 0
Constructor detail
WindowEvent()constructor
public function WindowEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)

Parameters
type:String
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
WINDOW_CLOSEconstant
public static const WINDOW_CLOSE:String = "windowClose"
WINDOW_UPDATEconstant 
public static const WINDOW_UPDATE:String = "windowUpdate"