| Method | Defined by | ||
|---|---|---|---|
|
SVGEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| SVGEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SVG_LOAD : String = "SVGLoad" [static]
| SVGEvent | ||
| SVG_UNLOAD : String = "SVGUnload" [static]
| SVGEvent | ||
| SVGEvent | () | constructor |
public function SVGEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| SVG_LOAD | constant |
public static const SVG_LOAD:String = "SVGLoad"
| SVG_UNLOAD | constant |
public static const SVG_UNLOAD:String = "SVGUnload"