Last date modified: 2025-Jul-02
Enumeration: ViewerCollectionEventType
Event types raised by IViewerCollections
Enumeration Members
ActiveViewerChanged
ActiveViewerChanged:
"activeViewerChanged"
Event raised when the active IViewerCardInstance type has changed.
BootstrapCompleted
BootstrapCompleted:
"bootstrapcompleted"
Event raised when the IViewerCollection has finished bootstrapping
BootstrapStarted
BootstrapStarted:
"bootstrapstarted"
Event raised when the IViewerCollection starts bootstrapping
ContentChangeApproved
ContentChangeApproved:
"contentchangeapproved"
Event raised when IViewerCollection will begin loading new content.
ContentChanged
ContentChanged:
"contentchanged"
Event raised when the IViewerCollection has finished loading content.
ContentChanging
ContentChanging:
"contentchanging"
Event raised when the IViewerCollection has begun loading content.
DocumentMetaDataChanged
DocumentMetaDataChanged:
"documentMetaDataChanged"
Event raised when document meta data is updated (via Mass Edit).
QueuePointerChanged
QueuePointerChanged:
"queuepointerchanged"
Event raised when the IViewerCollection has a new IQueuePointer.
ReloadCompleted
ReloadCompleted:
"reloadCompleted"
Event raised when the active IViewerCardInstance reload is complete.
SkeletonHidden
SkeletonHidden:
"skeletonhidden"
Event raised when the viewer collection hides it's skeleton after showing it.
SkeletonShown
SkeletonShown:
"skeletonshown"
Event raised when the viewer collection displays it's skeleton. Note that this event is not raised when a viewer in the viewer collection invokes it's own skeleton.
ToolbarControlsEnabled
ToolbarControlsEnabled:
"toolbarcontrolsenabled"
Event raised when the IViewerCollection enables all toolbar controls.
ViewerActivated
ViewerActivated:
"vieweractivated"
Event raised when the IViewerCollection actives the new target IViewerCardInstance
ViewerDeactivated
ViewerDeactivated:
"viewerdeactivated"
Event raised when the IViewerCollection deactivates the new target IViewerCardInstance
ViewerLoadedItem
ViewerLoadedItem:
"viewerloadeditem"
Event raised when the IViewerCollection causes the current target IViewerCardInstance to load an IQueueItem
On this page