get_OldParent()

XmlNodeChangedEventArgs::get_OldParent() method

Returns the value of the XmlNode::get_ParentNode before the operation began.

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

Return Value

The value of the ParentNode before the operation began. This method returns nullptr if the node did not have a parent. For attribute nodes, this method returns the XmlAttribute::get_OwnerElement value.

See Also