| Name | Description |
|---|---|
| DocumentAfterExport | Invoked after a document is exported |
| DocumentAfterPrint | Invoked after a document is printed |
| DocumentAfterSave | Invoked after a document is saved |
| DocumentBeforeExport | Invoked before a document is exported |
| DocumentBeforePrint | Invoked before a document is printed |
| DocumentBeforeSave | Invoked before a document is saved |
| DocumentClose | Invoked when a document is closed |
| DocumentNew | Invoked when a new document is created |
| DocumentOpen | Invoked when a document is opened |
| OnApplicationEvent | Invoked on application event |
| OnPluginCommand | |
| OnUpdatePluginCommand | |
| QueryDocumentClose | Invoked when the user responds to a request to close a document |
| QueryDocumentExport | Invoked when the user responds to a request to export a document |
| QueryDocumentPrint | Invoked when the user responds to a request to print a document |
| QueryDocumentSave | Invoked when the user responds to a request to save a document |
| QueryQuit | Invoked when the user responds to a request to quit |
| Quit | Invoked when quitting application |
| SelectionChange | Invoked upon selection change |
| Start | Invoked when starting application |
| WindowActivate | Invoked when a window is activated |
| WindowDeactivate | Invoked when a window is deactivated |