| Package | com.esri.ags.events |
| Class | public class GraphicsLayerEvent |
| Inheritance | GraphicsLayerEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Method | Defined By | ||
|---|---|---|---|
GraphicsLayerEvent(type:String)
Creates a new GraphicsLayerEvent. | GraphicsLayerEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| GRAPHICS_CLEAR : String = graphicsClear [static]
Defines the value of the type property of a graphicsClear event object. | GraphicsLayerEvent | ||
| GraphicsLayerEvent | () | Constructor |
public function GraphicsLayerEvent(type:String)Creates a new GraphicsLayerEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
|
| GRAPHICS_CLEAR | Constant |
public static const GRAPHICS_CLEAR:String = graphicsClear
Defines the value of the type property of a graphicsClear event object.