Packagecom.flexicious.export
Classpublic class ExportEvent
InheritanceExportEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  exportOptions : ExportOptions
The export options object associated with this event
ExportEvent
  textWritten : *
The text written so far.
ExportEvent
Public Methods
 MethodDefined By
  
ExportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor.
ExportEvent
Public Constants
 ConstantDefined By
  AFTER_EXPORT : String = afterExport
[static]
ExportEvent
  BEFORE_EXPORT : String = beforeExport
[static]
ExportEvent
Property Detail
exportOptionsproperty
public var exportOptions:ExportOptions

The export options object associated with this event

textWrittenproperty 
public var textWritten:*

The text written so far.

Constructor Detail
ExportEvent()Constructor
public function ExportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)

Constructor.

Parameters
type:String — The event type; indicates the action that caused the event.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = true) — Specifies whether the behavior associated with the event can be prevented.
Constant Detail
AFTER_EXPORTConstant
public static const AFTER_EXPORT:String = afterExport

BEFORE_EXPORTConstant 
public static const BEFORE_EXPORT:String = beforeExport