ApplicationEvents4_Event Members

Events interface for Microsoft Word 2003 Microsoft.Office.Interop.Excel.Application object events.

The following tables list the members exposed by the ApplicationEvents4_Event type.

Public Methods

  Name Description
add_DocumentBeforeClose  
add_DocumentBeforePrint  
add_DocumentBeforeSave  
add_DocumentChange  
add_DocumentOpen  
add_DocumentSync  
add_EPostageInsert  
add_EPostageInsertEx  
add_EPostagePropertyDialog  
add_MailMergeAfterMerge  
add_MailMergeAfterRecordMerge  
add_MailMergeBeforeMerge  
add_MailMergeBeforeRecordMerge  
add_MailMergeDataSourceLoad  
add_MailMergeDataSourceValidate  
add_MailMergeWizardSendToCustom  
add_MailMergeWizardStateChange  
add_NewDocument  
add_Quit  
add_Startup  
add_WindowActivate  
add_WindowBeforeDoubleClick  
add_WindowBeforeRightClick  
add_WindowDeactivate  
add_WindowSelectionChange  
add_WindowSize  
add_XMLSelectionChange  
add_XMLValidationError  
remove_DocumentBeforeClose  
remove_DocumentBeforePrint  
remove_DocumentBeforeSave  
remove_DocumentChange  
remove_DocumentOpen  
remove_DocumentSync  
remove_EPostageInsert  
remove_EPostageInsertEx  
remove_EPostagePropertyDialog  
remove_MailMergeAfterMerge  
remove_MailMergeAfterRecordMerge  
remove_MailMergeBeforeMerge  
remove_MailMergeBeforeRecordMerge  
remove_MailMergeDataSourceLoad  
remove_MailMergeDataSourceValidate  
remove_MailMergeWizardSendToCustom  
remove_MailMergeWizardStateChange  
remove_NewDocument  
remove_Quit  
remove_Startup  
remove_WindowActivate  
remove_WindowBeforeDoubleClick  
remove_WindowBeforeRightClick  
remove_WindowDeactivate  
remove_WindowSelectionChange  
remove_WindowSize  
remove_XMLSelectionChange  
remove_XMLValidationError  

Top

Public Events

  Name Description
DocumentBeforeClose Occurs immediately before any open document closes.
DocumentBeforePrint Occurs before any open document is printed.
DocumentBeforeSave Occurs before any open document is saved.
DocumentChange Occurs when a new document is created, when an existing document is opened, or when another document is made the active document.
DocumentOpen Occurs when a document is opened.
DocumentSync Occurs when the local copy of a document that is part of a Document Workspace is synchronized with the copy on the server.
EPostageInsert Occurs when a user inserts electronic postage into a document.
EPostageInsertEx Occurs when a user inserts electronic postage into a document.
EPostagePropertyDialog Occurs when a user clicks the E-postage Properties (Labels and Envelopes dialog box) button or Print Electronic Postage toolbar button.
MailMergeAfterMerge Occurs after all records in a mail merge have merged successfully.
MailMergeAfterRecordMerge Occurs after each record in the data source successfully merges in a mail merge.
MailMergeBeforeMerge Occurs when a merge is executed before any records merge.
MailMergeBeforeRecordMerge Occurs as a merge is executed for the individual records in a merge.
MailMergeDataSourceLoad Occurs when the data source is loaded for a mail merge.
MailMergeDataSourceValidate Occurs when a user performs address verification by clicking Validate in the Mail Merge Recipients dialog box.
MailMergeWizardSendToCustom Occurs when the custom button is clicked on step six of the Mail Merge Wizard.
MailMergeWizardStateChange Occurs when a user changes from a specified step to a specified step in the Mail Merge Wizard.
NewDocument Occurs when a new document is created.
Quit Occurs when the user quits Word.
Startup  
WindowActivate Occurs when any document window is activated.
WindowBeforeDoubleClick Occurs when the editing area of a document window is double-clicked, before the default double-click action.
WindowBeforeRightClick Occurs when the editing area of a document window is right-clicked, before the default right-click action.
WindowDeactivate Occurs when any document window is deactivated.
WindowSelectionChange Occurs when the selection changes in the active document window.
WindowSize Occurs when the application window is resized or moved.
XMLSelectionChange Occurs when the parent XML node of the current selection changes.
XMLValidationError Occurs when there is a validation error in the document.

Top

See Also

Reference

ApplicationEvents4_Event Interface
Microsoft.Office.Interop.Word Namespace