var instance; // Type: WebAnnotationViewerJS instance.annotationInteractionModeChanged = function(event, eventArgs) { };
Parameters
- event
- JQuery event.
- eventArgs
- Object that contains event arguments. Object has the following properties:
- mode (object): New annotation interaction mode.
- previousMode (object): Previous annotation interaction mode.