ICustomXMLPartEvents.NodeAfterInsert Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub NodeAfterInsert ( _
NewNode As CustomXMLNode, _
InUndoRedo As Boolean _
)
'Usage
Dim instance As ICustomXMLPartEvents
Dim NewNode As CustomXMLNode
Dim InUndoRedo As Boolean
instance.NodeAfterInsert(NewNode, InUndoRedo)
void NodeAfterInsert(
CustomXMLNode NewNode,
bool InUndoRedo
)
Parameters
- NewNode
Type: Microsoft.Office.Core.CustomXMLNode
- InUndoRedo
Type: System.Boolean