_CustomXMLPartEvents_NodeAfterReplaceEventHandler Delegate
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 delegate void _CustomXMLPartEvents_NodeAfterReplaceEventHandler(CustomXMLNode ^ OldNode, CustomXMLNode ^ NewNode, bool InUndoRedo);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CustomXMLPartEvents_NodeAfterReplaceEventHandler(CustomXMLNode OldNode, CustomXMLNode NewNode, bool InUndoRedo);
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CustomXMLPartEvents_NodeAfterReplaceEventHandler = delegate of CustomXMLNode * CustomXMLNode * bool -> unit
Public Delegate Sub _CustomXMLPartEvents_NodeAfterReplaceEventHandler(OldNode As CustomXMLNode, NewNode As CustomXMLNode, InUndoRedo As Boolean)
Parameters
- OldNode
- CustomXMLNode
- NewNode
- CustomXMLNode
- InUndoRedo
- Boolean
- Attributes