API / geotoolkit / widgets / overlays / AnnotationOverlay / Events
overlays.AnnotationOverlay.Events
AnnotationOverlay Events
Enumeration Members
Enumeration Members
• ActiveAnnotationChanged = "ActiveAnnotationChanged"
This Event is fired when active annotation has been changed
• ActiveAnnotationChanging = "ActiveAnnotationChanging"
This Event is fired when active annotation has to be changed
• AnnotationAdded = "AnnotationAdded"
This Event is fired when the Annotation was added
• AnnotationAdding = "AnnotationAdding"
This Event is fired when the Annotation going to be added
• AnnotationEdited = "AnnotationEdited"
This Event is fired when the Annotation should be edited
• AnnotationEditing = "AnnotationEditing"
This Event is fired when the Annotation should be edited
• AnnotationRemoved = "AnnotationRemoved"
This Event is fired when the Annotation was removed
• AnnotationRemoving = "AnnotationRemoving"
This Event is fired when the Annotation going to be removed
• ChangeActiveAnnotation = "ChangeActiveAnnotation"
This Event is fired when active annotation has to be changed
Deprecated
since 4.0. Use AnnotationOverlay.Events.ActiveAnnotationChanging + ActiveAnnotationChanged instead
• CreateAnnotation = "CreateAnnotation"
This Event is fired when the Annotation should be created
Deprecated
since 4.0. Use AnnotationOverlay.Events.AnnotationAdding + AnnotationAdded instead
• EditAnnotation = "EditAnnotation"
This Event is fired when the Annotation should be edited
Deprecated
since 4.0. Use AnnotationOverlay.Events.AnnotationEditing + AnnotationEdited instead
• RemoveAnnotation = "RemoveAnnotation"
This Event is fired when the Annotation going to be removed
Deprecated
since 4.0. Use AnnotationOverlay.Events.AnnotationRemoving + AnnotationRemoved instead