public var exportOptions:ExportOptions
The export options object associated with this event
public var textWritten:*
The text written so far.
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.
|
public static const AFTER_EXPORT:String = afterExport
public static const BEFORE_EXPORT:String = beforeExport
Mon Jun 24 2013, 11:00 PM -04:00