The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeChangedEventArgs Constructor (XmlNode^, XmlNode^, XmlNode^, String^, String^, XmlNodeChangedAction)
.NET Framework (current version)
Initializes a new instance of the XmlNodeChangedEventArgs class.
Assembly: System.Xml (in System.Xml.dll)
public:
XmlNodeChangedEventArgs(
XmlNode^ node,
XmlNode^ oldParent,
XmlNode^ newParent,
String^ oldValue,
String^ newValue,
XmlNodeChangedAction action
)
Parameters
- node
-
Type:
System.Xml::XmlNode^
The XmlNode that generated the event.
- oldParent
-
Type:
System.Xml::XmlNode^
The old parent XmlNode of the XmlNode that generated the event.
- newParent
-
Type:
System.Xml::XmlNode^
The new parent XmlNode of the XmlNode that generated the event.
- oldValue
-
Type:
System::String^
The old value of the XmlNode that generated the event.
- newValue
-
Type:
System::String^
The new value of the XmlNode that generated the event.
- action
-
Type:
System.Xml::XmlNodeChangedAction
The XmlNodeChangedAction.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: