| Package | efnx.events |
| Class | public class WindowEvent |
| Inheritance | WindowEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| height : uint = 0 | WindowEvent | ||
| scrollAreaEvent : ScrollAreaEvent | WindowEvent | ||
| width : uint = 0 | WindowEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WindowEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
| WindowEvent | ||
|
clone():Event
| WindowEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| WINDOW_CLOSE : String = "windowClose" [static]
| WindowEvent | ||
| WINDOW_UPDATE : String = "windowUpdate" [static]
| WindowEvent | ||
| height | property |
public var height:uint = 0
| scrollAreaEvent | property |
public var scrollAreaEvent:ScrollAreaEvent
| width | property |
public var width:uint = 0
| WindowEvent | () | constructor |
public function WindowEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = true) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| WINDOW_CLOSE | constant |
public static const WINDOW_CLOSE:String = "windowClose"
| WINDOW_UPDATE | constant |
public static const WINDOW_UPDATE:String = "windowUpdate"