Windows apps
Collapse the table of content
Expand the table of content
Information
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::NewParent Property

 

Gets the value of the ParentNode after the operation completes.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlNode^ NewParent {
	XmlNode^ get();
}

Property Value

Type: System.Xml::XmlNode^

The value of the ParentNode after the operation completes. This property returns null if the node is being removed.

System_CAPS_noteNote

For attribute nodes this property returns the OwnerElement.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft