Share via


XmlNodeChangedEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe XmlNodeChangedEventArgs.

public:
 XmlNodeChangedEventArgs(System::Xml::XmlNode ^ node, System::Xml::XmlNode ^ oldParent, System::Xml::XmlNode ^ newParent, System::String ^ oldValue, System::String ^ newValue, System::Xml::XmlNodeChangedAction action);
public XmlNodeChangedEventArgs (System.Xml.XmlNode node, System.Xml.XmlNode oldParent, System.Xml.XmlNode newParent, string oldValue, string newValue, System.Xml.XmlNodeChangedAction action);
public XmlNodeChangedEventArgs (System.Xml.XmlNode? node, System.Xml.XmlNode? oldParent, System.Xml.XmlNode? newParent, string? oldValue, string? newValue, System.Xml.XmlNodeChangedAction action);
new System.Xml.XmlNodeChangedEventArgs : System.Xml.XmlNode * System.Xml.XmlNode * System.Xml.XmlNode * string * string * System.Xml.XmlNodeChangedAction -> System.Xml.XmlNodeChangedEventArgs
Public Sub New (node As XmlNode, oldParent As XmlNode, newParent As XmlNode, oldValue As String, newValue As String, action As XmlNodeChangedAction)

Paramètres

node
XmlNode

XmlNode qui a généré l'événement.

oldParent
XmlNode

Le parent ancien XmlNode du XmlNode qui a généré l'événement.

newParent
XmlNode

Le nouveau parent XmlNode du XmlNode qui a généré l'événement.

oldValue
String

L'ancienne valeur du XmlNode qui a généré l'événement.

newValue
String

La nouvelle valeur du XmlNode qui a généré l'événement.

S’applique à