Package com.grafluxe.evts
Class public class ScrollerEvent
Inheritance ScrollerEvent → Event
Language Version: ActionScript 3.0Class public class ScrollerEvent
Inheritance ScrollerEvent → Event
Runtime Versions: Flash Player 9, AIR 1.0, Flash Lite 4
Scroller events.
See also
Public Methods
Method
Defined By
ScrollerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false):void
Creates an event object that contains information about Scroller events.
Creates an event object that contains information about Scroller events.
ScrollerEvent
Public Constants
Constant
Defined By
ON_SCROLL : String = "onScroll"
[static] Defines the value of the type property of an onScroll event object.
[static] Defines the value of the type property of an onScroll event object.
ScrollerEvent
ON_SCROLL_STOP : String = "onScrollStop"
[static] Defines the value of the type property of an onScrollStop event object.
[static] Defines the value of the type property of an onScrollStop event object.
ScrollerEvent
Created Mar 12 2015