| Package | com.esri.ags.events |
| Class | public class DrawEvent |
| Inheritance | DrawEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new DrawEvent.
| DrawEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DRAW_END : String = "drawEnd" [static]
Defines the value of the
type property of a drawEnd event object. | DrawEvent | ||
| DRAW_START : String = "drawStart" [static]
Defines the value of the
type property of a drawStart event object. | DrawEvent | ||
| graphic | property |
| DrawEvent | () | constructor |
public function DrawEvent(type:String, graphic:Graphic = null)Creates a new DrawEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
|
graphic:Graphic (default = null) — The drawn graphic.
|
| DRAW_END | constant |
public static const DRAW_END:String = "drawEnd"
Defines the value of the type property of a drawEnd event object.
| DRAW_START | constant |
public static const DRAW_START:String = "drawStart"
Defines the value of the type property of a drawStart event object.