ApplicationEvents3_SinkHelper Class

Definition

Reserved for internal use.

public ref class ApplicationEvents3_SinkHelper sealed : Microsoft::Office::Interop::Word::ApplicationEvents3
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public sealed class ApplicationEvents3_SinkHelper : Microsoft.Office.Interop.Word.ApplicationEvents3
type ApplicationEvents3_SinkHelper = class
    interface ApplicationEvents3
Public NotInheritable Class ApplicationEvents3_SinkHelper
Implements ApplicationEvents3
Inheritance
ApplicationEvents3_SinkHelper
Attributes
Implements

Fields

m_DocumentBeforeCloseDelegate
m_DocumentBeforePrintDelegate
m_DocumentBeforeSaveDelegate
m_DocumentChangeDelegate
m_DocumentOpenDelegate
m_dwCookie
m_EPostageInsertDelegate
m_EPostagePropertyDialogDelegate
m_MailMergeAfterMergeDelegate
m_MailMergeAfterRecordMergeDelegate
m_MailMergeBeforeMergeDelegate
m_MailMergeBeforeRecordMergeDelegate
m_MailMergeDataSourceLoadDelegate
m_MailMergeDataSourceValidateDelegate
m_MailMergeWizardSendToCustomDelegate
m_MailMergeWizardStateChangeDelegate
m_NewDocumentDelegate
m_QuitDelegate
m_StartupDelegate
m_WindowActivateDelegate
m_WindowBeforeDoubleClickDelegate
m_WindowBeforeRightClickDelegate
m_WindowDeactivateDelegate
m_WindowSelectionChangeDelegate
m_WindowSizeDelegate

Methods

DocumentBeforeClose(Document, Boolean)
DocumentBeforePrint(Document, Boolean)
DocumentBeforeSave(Document, Boolean, Boolean)
DocumentChange()
DocumentOpen(Document)
EPostageInsert(Document)
EPostagePropertyDialog(Document)
MailMergeAfterMerge(Document, Document)
MailMergeAfterRecordMerge(Document)
MailMergeBeforeMerge(Document, Int32, Int32, Boolean)
MailMergeBeforeRecordMerge(Document, Boolean)
MailMergeDataSourceLoad(Document)
MailMergeDataSourceValidate(Document, Boolean)
MailMergeWizardSendToCustom(Document)
MailMergeWizardStateChange(Document, Int32, Int32, Boolean)
NewDocument(Document)
Quit()
Startup()
WindowActivate(Document, Window)
WindowBeforeDoubleClick(Selection, Boolean)
WindowBeforeRightClick(Selection, Boolean)
WindowDeactivate(Document, Window)
WindowSelectionChange(Selection)
WindowSize(Document, Window)

Applies to