Packageorg.apache.flex.events
Classpublic class DetailEvent
InheritanceDetailEvent Inheritance Event Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The DetailEvent class is used for dispatching an event that has a string with more information



Public Properties
 PropertyDefined By
  detail : String
The detail.
DetailEvent
Public Methods
 MethodDefined By
  
DetailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, detail:String = null)
Constructor.
DetailEvent
 Inherited
Create a copy/clone of the Event object.
Event
Public Constants
 ConstantDefined By
 InheritedCHANGE : String = change
[static]
Event
 InheritedCOMPLETE : String = complete
[static]
Event
Property Detail
detailproperty
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.

Constructor 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.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
detail:String (default = null)