Click or drag to resize

Documents Events

The Documents type exposes the following members.

Events
  NameDescription
Public eventOnDocumentActivated
Fires after a Document in the Documents collection becomes Active.
Public eventOnDocumentAdded
Fires when a new Document was added to the Documents collection.
Public eventOnDocumentChanged
Fires when the WorkingFileName of a Document in the Documents collection was changed.
Public eventOnDocumentClosed
Fires when a Document in the Documents collection was closed.
Public eventOnDocumentRemoved
Fires when a Document was removed from the Documents collection.
Public eventOnDocumentTitleChanged
Fires when the Title of a Document in the Documents collection was changed.
Public eventOnEnterUIMode
Fires before a Document in the Documents collection accesses the UI.
Public eventOnLeaveUIMode
Fires after a Document in the Documents collection left the UI.
Public eventOnWaitForUIMode
Fires when a Document in the Documents collection can not access the UI because it is not Active.
Top
See Also