onActiveViewerChanged Property
Summary
Callback function that is invoked whenever the active DocumentViewer has changed internally.
Syntax
Object.defineProperty(Viewer.prototype, 'onActiveViewerChanged',
get: function(),
set: function(value)
)
Property Value
A valid function.