Package | org.apache.flex.events |
Class | public class DetailEvent |
Inheritance | DetailEvent ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
detail : String
The detail. | DetailEvent |
Method | Defined By | ||
---|---|---|---|
DetailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:String = null)
Constructor. | DetailEvent | ||
![]() |
Create a copy/clone of the Event object. | Event |
detail | property |
public var detail:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The detail.
DetailEvent | () | Constructor |
public function DetailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:String = null)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
detail:String (default = null )
|