Packagecom.flexmonster.pivot.events
Classpublic class ReportEvent
InheritanceReportEvent Inheritance mx.events.FlexEvent

A FlexPivotComponent instance dispatches events when report is being changed (CHANGE) and when it is being loaded (LOADED).



Public Methods
 MethodDefined By
  
ReportEvent(type:String)
ReportEvent
Public Constants
 ConstantDefined By
  CHANGE : String = reportChange
[static]
ReportEvent
  LOADED : String = reportLoaded
[static]
ReportEvent
Constructor Detail
ReportEvent()Constructor
public function ReportEvent(type:String)



Parameters
type:String
Constant Detail
CHANGEConstant
public static const CHANGE:String = reportChange

LOADEDConstant 
public static const LOADED:String = reportLoaded