DocumentEvents2.XMLAfterInsert(XMLNode, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void XMLAfterInsert(Microsoft::Office::Interop::Word::XMLNode ^ NewXMLNode, bool InUndoRedo);
public void XMLAfterInsert (Microsoft.Office.Interop.Word.XMLNode NewXMLNode, bool InUndoRedo);
abstract member XMLAfterInsert : Microsoft.Office.Interop.Word.XMLNode * bool -> unit
Public Sub XMLAfterInsert (NewXMLNode As XMLNode, InUndoRedo As Boolean)
Parameters
- NewXMLNode
- XMLNode
- InUndoRedo
- Boolean