Last updated

API / geotoolkit / widgets / overlays / AnnotationOverlay / Events

Enumeration: Events

overlays.AnnotationOverlay.Events

AnnotationOverlay Events

Table of contents

Enumeration Members

Contents

Enumeration Members

ActiveAnnotationChanged

ActiveAnnotationChanged = "ActiveAnnotationChanged"

This Event is fired when active annotation has been changed


ActiveAnnotationChanging

ActiveAnnotationChanging = "ActiveAnnotationChanging"

This Event is fired when active annotation has to be changed


AnnotationAdded

AnnotationAdded = "AnnotationAdded"

This Event is fired when the Annotation was added


AnnotationAdding

AnnotationAdding = "AnnotationAdding"

This Event is fired when the Annotation going to be added


AnnotationEdited

AnnotationEdited = "AnnotationEdited"

This Event is fired when the Annotation should be edited


AnnotationEditing

AnnotationEditing = "AnnotationEditing"

This Event is fired when the Annotation should be edited


AnnotationRemoved

AnnotationRemoved = "AnnotationRemoved"

This Event is fired when the Annotation was removed


AnnotationRemoving

AnnotationRemoving = "AnnotationRemoving"

This Event is fired when the Annotation going to be removed


ChangeActiveAnnotation

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 = "CreateAnnotation"

This Event is fired when the Annotation should be created

Deprecated

since 4.0. Use AnnotationOverlay.Events.AnnotationAdding + AnnotationAdded instead


EditAnnotation

EditAnnotation = "EditAnnotation"

This Event is fired when the Annotation should be edited

Deprecated

since 4.0. Use AnnotationOverlay.Events.AnnotationEditing + AnnotationEdited instead


RemoveAnnotation

RemoveAnnotation = "RemoveAnnotation"

This Event is fired when the Annotation going to be removed

Deprecated

since 4.0. Use AnnotationOverlay.Events.AnnotationRemoving + AnnotationRemoved instead