DocumentEvents2.XMLAfterInsert Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub XMLAfterInsert ( _
    NewXMLNode As XMLNode, _
    InUndoRedo As Boolean _
)
'Usage
Dim instance As DocumentEvents2
Dim NewXMLNode As XMLNode
Dim InUndoRedo As Boolean

instance.XMLAfterInsert(NewXMLNode, InUndoRedo)
void XMLAfterInsert(
    XMLNode NewXMLNode,
    bool InUndoRedo
)

Parameters

See Also

Reference

DocumentEvents2 Interface

DocumentEvents2 Members

Microsoft.Office.Interop.Word Namespace