_CustomXMLPartEvents_NodeAfterReplaceEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- OldNode
- CustomXMLNode
- NewNode
- CustomXMLNode
- InUndoRedo
- Boolean
- Attributs