Compartilhar via


XmlNodeChangedEventArgs Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

node
XmlNode

O XmlNode que gerou o evento.

oldParent
XmlNode

O pai antigo XmlNode do XmlNode que gerou o evento.

newParent
XmlNode

O novo pai XmlNode do XmlNode que gerou o evento.

oldValue
String

O valor antigo do XmlNode que gerou o evento.

newValue
String

O novo valor da XmlNode que gerou o evento.

Aplica-se a