get_NewParent()

XmlNodeChangedEventArgs::get_NewParent() method

Returns the value of the XmlNode::get_ParentNode after the operation completes.

SharedPtr<XmlNode> System::Xml::XmlNodeChangedEventArgs::get_NewParent()

Return Value

The value of the ParentNode after the operation completes. This method returns nullptr if the node is being removed. For attribute nodes, this method returns the XmlAttribute::get_OwnerElement value.

See Also