Click or drag to resize

DocumentAdditionalActions Properties

The DocumentAdditionalActions type exposes the following members.

Properties
  NameDescription
Public propertyOnDocumentClosing
Gets the actions to be performed when a document will be closed. This is initialized to an empty list.
Public propertyOnDocumentOpened
Gets the actions to be performed when a document has been opened. This is initialized to an empty list.
Public propertyOnDocumentPrinted
Gets the actions to be performed when a document has been printed. This is initialized to an empty list.
Public propertyOnDocumentPrinting
Gets the actions to be performed when a document will be printed. This is initialized to an empty list.
Public propertyOnDocumentSaved
Gets the actions to be performed when a document has been saved. This is initialized to an empty list.
Public propertyOnDocumentSaving
Gets the actions to be performed when a document will be saved. This is initialized to an empty list.
Top
See Also