Package | org.apache.flex.events |
Class | public class Event |
Inheritance | Event ![]() |
Subclasses | CustomEvent, ValueChangeEvent, ValueEvent |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
Event(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | Event |
Constant | Defined By | ||
---|---|---|---|
CHANGE : String = change [static] | Event |
Event | () | Constructor |
public function Event(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameterstype:String — The name of the event.
| |
bubbles:Boolean (default = false ) — Whether the event bubbles.
| |
cancelable:Boolean (default = false ) — Whether the event can be canceled.
|
CHANGE | Constant |
public static const CHANGE:String = change