Emitted when new annotations are added. This event is emitted when an annotation is added in one of the following ways:
The event will not be emitted when annotations are added by loadAnnotations.
The AnnotationsAdded event will call the registered event handler with the AnnotationsAddedEventData object.
Emitted when annotations are deleted. This event is emitted when an annotation is deleted in one of the following ways:
The AnnotationsDeleted event will call the registered event handler with the AnnotationsDeletedEventData object.
Emitted when annotations are updated. This event is emitted when an annotation is updated in one of the following ways:
The AnnotationsUpdated event will call the registered event handler with the AnnotationsUpdatedEventData object.
Emitted when the viewer's selection is changed. This event is emitted when the selection is changed in one of the following ways:
This event may be emitted for other kinds of selection changes in the future.
The SelectionChanged event will call the registered event handler with the SelectionChangedEventData object.
Name of event.