XmlNodeChangedEventArgs Constructor (XmlNode^, XmlNode^, XmlNode^, String^, String^, XmlNodeChangedAction)

 

Initializes a new instance of the XmlNodeChangedEventArgs class.

Namespace:   System.Xml
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
Return to top
Show: