Packagecom.zavoo.svg.events
Classpublic class SVGEvent
InheritanceSVGEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
SVGEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
SVGEvent
Public Constants
 ConstantDefined by
  SVG_LOAD : String = "SVGLoad"
[static]
SVGEvent
  SVG_UNLOAD : String = "SVGUnload"
[static]
SVGEvent
Constructor detail
SVGEvent()constructor
public function SVGEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
SVG_LOADconstant
public static const SVG_LOAD:String = "SVGLoad"
SVG_UNLOADconstant 
public static const SVG_UNLOAD:String = "SVGUnload"