| Package | efnx.events |
| Class | public class ScrollAreaEvent |
| Inheritance | ScrollAreaEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| contentHeight : uint = 0 | ScrollAreaEvent | ||
| contentWidth : uint = 0 | ScrollAreaEvent | ||
| height : uint = 0 | ScrollAreaEvent | ||
| scrollX : uint = 0 | ScrollAreaEvent | ||
| scrollY : uint = 0 | ScrollAreaEvent | ||
| width : uint = 0 | ScrollAreaEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ScrollAreaEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
| ScrollAreaEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SCROLLAREA_UPDATE : String = "scrollAreaUpdate" [static]
| ScrollAreaEvent | ||
| contentHeight | property |
public var contentHeight:uint = 0
| contentWidth | property |
public var contentWidth:uint = 0
| height | property |
public var height:uint = 0
| scrollX | property |
public var scrollX:uint = 0
| scrollY | property |
public var scrollY:uint = 0
| width | property |
public var width:uint = 0
| ScrollAreaEvent | () | constructor |
public function ScrollAreaEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = true) |
|
cancelable:Boolean (default = false) |
| SCROLLAREA_UPDATE | constant |
public static const SCROLLAREA_UPDATE:String = "scrollAreaUpdate"