Packagecom.flexicious.events
Classpublic class DashboardPrintEvent
InheritanceDashboardPrintEvent Inheritance flash.events.Event

For Print Based Events.



Public Properties
 PropertyDefined By
  dashboard : DashboardContainer
DashboardPrintEvent
  printDashboard : PrintDashboardContainer
DashboardPrintEvent
Public Methods
 MethodDefined By
  
DashboardPrintEvent(type:String, dashboard:DashboardContainer, printDashboard:PrintDashboardContainer, bubbles:Boolean = false, cancelable:Boolean = true)
DashboardPrintEvent
Public Constants
 ConstantDefined By
  AFTER_PRINT : String = printComplete
[static]
DashboardPrintEvent
  BEFORE_PRINT : String = beforePrint
[static]
DashboardPrintEvent
Property Detail
dashboardproperty
public var dashboard:DashboardContainer

printDashboardproperty 
public var printDashboard:PrintDashboardContainer

Constructor Detail
DashboardPrintEvent()Constructor
public function DashboardPrintEvent(type:String, dashboard:DashboardContainer, printDashboard:PrintDashboardContainer, bubbles:Boolean = false, cancelable:Boolean = true)



Parameters
type:String
 
dashboard:DashboardContainer
 
printDashboard:PrintDashboardContainer
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = true)
Constant Detail
AFTER_PRINTConstant
public static const AFTER_PRINT:String = printComplete

BEFORE_PRINTConstant 
public static const BEFORE_PRINT:String = beforePrint