ApplicationEvents3_Event Interface

Definition

Events interface for Microsoft Word 2002 Application object events.

public interface class ApplicationEvents3_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface ApplicationEvents3_Event
type ApplicationEvents3_Event = interface
Public Interface ApplicationEvents3_Event
Derived
Attributes

Methods

add_DocumentBeforeClose(ApplicationEvents3_DocumentBeforeCloseEventHandler)
add_DocumentBeforePrint(ApplicationEvents3_DocumentBeforePrintEventHandler)
add_DocumentBeforeSave(ApplicationEvents3_DocumentBeforeSaveEventHandler)
add_DocumentChange(ApplicationEvents3_DocumentChangeEventHandler)
add_DocumentOpen(ApplicationEvents3_DocumentOpenEventHandler)
add_EPostageInsert(ApplicationEvents3_EPostageInsertEventHandler)
add_EPostagePropertyDialog(ApplicationEvents3_EPostagePropertyDialogEventHandler)
add_MailMergeAfterMerge(ApplicationEvents3_MailMergeAfterMergeEventHandler)
add_MailMergeAfterRecordMerge(ApplicationEvents3_MailMergeAfterRecordMergeEventHandler)
add_MailMergeBeforeMerge(ApplicationEvents3_MailMergeBeforeMergeEventHandler)
add_MailMergeBeforeRecordMerge(ApplicationEvents3_MailMergeBeforeRecordMergeEventHandler)
add_MailMergeDataSourceLoad(ApplicationEvents3_MailMergeDataSourceLoadEventHandler)
add_MailMergeDataSourceValidate(ApplicationEvents3_MailMergeDataSourceValidateEventHandler)
add_MailMergeWizardSendToCustom(ApplicationEvents3_MailMergeWizardSendToCustomEventHandler)
add_MailMergeWizardStateChange(ApplicationEvents3_MailMergeWizardStateChangeEventHandler)
add_NewDocument(ApplicationEvents3_NewDocumentEventHandler)
add_Quit(ApplicationEvents3_QuitEventHandler)
add_Startup(ApplicationEvents3_StartupEventHandler)
add_WindowActivate(ApplicationEvents3_WindowActivateEventHandler)
add_WindowBeforeDoubleClick(ApplicationEvents3_WindowBeforeDoubleClickEventHandler)
add_WindowBeforeRightClick(ApplicationEvents3_WindowBeforeRightClickEventHandler)
add_WindowDeactivate(ApplicationEvents3_WindowDeactivateEventHandler)
add_WindowSelectionChange(ApplicationEvents3_WindowSelectionChangeEventHandler)
add_WindowSize(ApplicationEvents3_WindowSizeEventHandler)
remove_DocumentBeforeClose(ApplicationEvents3_DocumentBeforeCloseEventHandler)
remove_DocumentBeforePrint(ApplicationEvents3_DocumentBeforePrintEventHandler)
remove_DocumentBeforeSave(ApplicationEvents3_DocumentBeforeSaveEventHandler)
remove_DocumentChange(ApplicationEvents3_DocumentChangeEventHandler)
remove_DocumentOpen(ApplicationEvents3_DocumentOpenEventHandler)
remove_EPostageInsert(ApplicationEvents3_EPostageInsertEventHandler)
remove_EPostagePropertyDialog(ApplicationEvents3_EPostagePropertyDialogEventHandler)
remove_MailMergeAfterMerge(ApplicationEvents3_MailMergeAfterMergeEventHandler)
remove_MailMergeAfterRecordMerge(ApplicationEvents3_MailMergeAfterRecordMergeEventHandler)
remove_MailMergeBeforeMerge(ApplicationEvents3_MailMergeBeforeMergeEventHandler)
remove_MailMergeBeforeRecordMerge(ApplicationEvents3_MailMergeBeforeRecordMergeEventHandler)
remove_MailMergeDataSourceLoad(ApplicationEvents3_MailMergeDataSourceLoadEventHandler)
remove_MailMergeDataSourceValidate(ApplicationEvents3_MailMergeDataSourceValidateEventHandler)
remove_MailMergeWizardSendToCustom(ApplicationEvents3_MailMergeWizardSendToCustomEventHandler)
remove_MailMergeWizardStateChange(ApplicationEvents3_MailMergeWizardStateChangeEventHandler)
remove_NewDocument(ApplicationEvents3_NewDocumentEventHandler)
remove_Quit(ApplicationEvents3_QuitEventHandler)
remove_Startup(ApplicationEvents3_StartupEventHandler)
remove_WindowActivate(ApplicationEvents3_WindowActivateEventHandler)
remove_WindowBeforeDoubleClick(ApplicationEvents3_WindowBeforeDoubleClickEventHandler)
remove_WindowBeforeRightClick(ApplicationEvents3_WindowBeforeRightClickEventHandler)
remove_WindowDeactivate(ApplicationEvents3_WindowDeactivateEventHandler)
remove_WindowSelectionChange(ApplicationEvents3_WindowSelectionChangeEventHandler)
remove_WindowSize(ApplicationEvents3_WindowSizeEventHandler)

Events

DocumentBeforeClose
DocumentBeforePrint
DocumentBeforeSave
DocumentChange
DocumentOpen
EPostageInsert
EPostagePropertyDialog
MailMergeAfterMerge
MailMergeAfterRecordMerge
MailMergeBeforeMerge
MailMergeBeforeRecordMerge
MailMergeDataSourceLoad
MailMergeDataSourceValidate
MailMergeWizardSendToCustom
MailMergeWizardStateChange
NewDocument
Quit
Startup
WindowActivate
WindowBeforeDoubleClick
WindowBeforeRightClick
WindowDeactivate
WindowSelectionChange
WindowSize

Applies to