| Package | com.esri.ags.events |
| Class | public class GraphicEvent |
| Inheritance | GraphicEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| graphic : Graphic
Reference to the associated graphic.
| GraphicEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
GraphicEvent(type:String, graphic:Graphic = null)
Creates a new GraphicEvent.
| GraphicEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| GRAPHIC_ADD : String = "graphicAdd" [static]
Defines the value of the
type property of a graphicAdd event object. | GraphicEvent | ||
| GRAPHIC_CLEAR : String = "graphicClear" [static]
Defines the value of the
type property of a graphicClear event object. | GraphicEvent | ||
| GRAPHIC_REMOVE : String = "graphicRemove" [static]
Defines the value of the
type property of a graphicRemove event object. | GraphicEvent | ||
| graphic | property |
public var graphic:GraphicReference to the associated graphic.
| GraphicEvent | () | constructor |
public function GraphicEvent(type:String, graphic:Graphic = null)Creates a new GraphicEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
|
graphic:Graphic (default = null) — Reference to the associated graphic.
|
| GRAPHIC_ADD | constant |
public static const GRAPHIC_ADD:String = "graphicAdd"
Defines the value of the type property of a graphicAdd event object.
| GRAPHIC_CLEAR | constant |
public static const GRAPHIC_CLEAR:String = "graphicClear"
Defines the value of the type property of a graphicClear event object.
| GRAPHIC_REMOVE | constant |
public static const GRAPHIC_REMOVE:String = "graphicRemove"
Defines the value of the type property of a graphicRemove event object.