| 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_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_REMOVE | Constant |
public static const GRAPHIC_REMOVE:String = graphicRemove
Defines the value of the type property of a graphicRemove event object.