Packagecom.anychartstock.events
Classpublic class AnnotationRemoveEvent
InheritanceAnnotationRemoveEvent Inheritance AnnotationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  config : XML
[read-only]
AnnotationRemoveEvent
 Inheritedid : String
AnnotationEvent
Public Methods
 MethodDefined by
  
AnnotationRemoveEvent(type:String, id:String, config:XML)
AnnotationRemoveEvent
Public Constants
 ConstantDefined by
 InheritedANNOTATION_DESELECT : String = "annotationDeselect"
[static] The AnnotationEvent.ANNOTATION_DESELECT dispatched when an annotation is deselected.
AnnotationEvent
 InheritedANNOTATION_DRAWING_FINISHED : String = "annotationDrawingFinish"
[static] The AnnotationEvent.ANNOTATION_DRAWING_FINISHED dispatched when a user finishes to draw an annotation.
AnnotationEvent
 InheritedANNOTATION_DRAWING_STARTED : String = "annotationDrawingStart"
[static] The AnnotationEvent.ANNOTATION_DRAWING_STARTED dispatched when an annotation drawing is started startDrawingAnnotation() method.
AnnotationEvent
 InheritedANNOTATION_EDITING_FINISHED : String = "annotationEditingFinish"
[static] The AnnotationEvent.ANNOTATION_EDITING_FINISHED dispatched when the user finishes editing an annotation.
AnnotationEvent
 InheritedANNOTATION_EDITING_PROGRESS : String = "annotationEditingProgress"
[static] The AnnotationEvent.ANNOTATION_EDITING_PROGRESS dispatched repeatedly when the user is editing an annotation.
AnnotationEvent
 InheritedANNOTATION_EDITING_STARTED : String = "annotationEditingStart"
[static] The AnnotationEvent.ANNOTATION_EDITING_STARTED dispatched when an annotation editing is started.
AnnotationEvent
 InheritedANNOTATION_REMOVE : String = "annotationRemove"
[static] The AnnotationEvent.ANNOTATION_REMOVE dispatched when a user removes an annotation by DELETE button pressing while the annotation is selected.
AnnotationEvent
 InheritedANNOTATION_SELECT : String = "annotationSelect"
[static] The AnnotationEvent.ANNOTATION_SELECT dispatched when an annotation is selected.
AnnotationEvent
Property detail
configproperty
config:XML  [read-only]Implementation
    public function get config():XML
Constructor detail
AnnotationRemoveEvent()constructor
public function AnnotationRemoveEvent(type:String, id:String, config:XML)Parameters
type:String
 
id:String
 
config:XML