DocumentEvents2_SinkHelper Class

Definition

Reserved for internal use.

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

Fields

m_BuildingBlockInsertDelegate
m_CloseDelegate
m_ContentControlAfterAddDelegate
m_ContentControlBeforeContentUpdateDelegate
m_ContentControlBeforeDeleteDelegate
m_ContentControlBeforeStoreUpdateDelegate
m_ContentControlOnEnterDelegate
m_ContentControlOnExitDelegate
m_dwCookie
m_NewDelegate
m_OpenDelegate
m_SyncDelegate
m_XMLAfterInsertDelegate
m_XMLBeforeDeleteDelegate

Methods

BuildingBlockInsert(Range, String, String, String, String)
Close()
ContentControlAfterAdd(ContentControl, Boolean)
ContentControlBeforeContentUpdate(ContentControl, String)
ContentControlBeforeDelete(ContentControl, Boolean)
ContentControlBeforeStoreUpdate(ContentControl, String)
ContentControlOnEnter(ContentControl)
ContentControlOnExit(ContentControl, Boolean)
New()
Open()
Sync(MsoSyncEventType)
XMLAfterInsert(XMLNode, Boolean)
XMLBeforeDelete(Range, XMLNode, Boolean)

Applies to