ICustomXMLPartEvents.NodeAfterReplace 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.
Reserved for internal use.
public:
void NodeAfterReplace(Microsoft::Office::Core::CustomXMLNode ^ OldNode, Microsoft::Office::Core::CustomXMLNode ^ NewNode, bool InUndoRedo);
public void NodeAfterReplace (Microsoft.Office.Core.CustomXMLNode OldNode, Microsoft.Office.Core.CustomXMLNode NewNode, bool InUndoRedo);
abstract member NodeAfterReplace : Microsoft.Office.Core.CustomXMLNode * Microsoft.Office.Core.CustomXMLNode * bool -> unit
Public Sub NodeAfterReplace (OldNode As CustomXMLNode, NewNode As CustomXMLNode, InUndoRedo As Boolean)
Parameters
- OldNode
- CustomXMLNode
- NewNode
- CustomXMLNode
- InUndoRedo
- Boolean