Aracılığıyla paylaş


XmlNodeChangedEventArgs Oluşturucu

Tanım

XmlNodeChangedEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

node
XmlNode

Olayı XmlNode oluşturan.

oldParent
XmlNode

Olayı oluşturan öğesinin eski üst öğesi XmlNode XmlNode .

newParent
XmlNode

Olayı oluşturan öğesinin XmlNode yeni üst öğesiXmlNode.

oldValue
String

Olayı oluşturan öğesinin eski değeri XmlNode .

newValue
String

Olayı oluşturan öğesinin XmlNode yeni değeri.

Şunlara uygulanır