DocumentAdditionalActions Properties |
The DocumentAdditionalActions type exposes the following members.
| Name | Description | |
|---|---|---|
| OnDocumentClosing |
Gets the actions to be performed when a document will be closed. This is initialized to an empty list.
| |
| OnDocumentOpened |
Gets the actions to be performed when a document has been opened. This is initialized to an empty list.
| |
| OnDocumentPrinted |
Gets the actions to be performed when a document has been printed. This is initialized to an empty list.
| |
| OnDocumentPrinting |
Gets the actions to be performed when a document will be printed. This is initialized to an empty list.
| |
| OnDocumentSaved |
Gets the actions to be performed when a document has been saved. This is initialized to an empty list.
| |
| OnDocumentSaving |
Gets the actions to be performed when a document will be saved. This is initialized to an empty list.
|