XmlEventArgs.OldParent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an XPathNavigator object pointing to the node which is the parent of the node being deleted.
public:
abstract property System::Xml::XPath::XPathNavigator ^ OldParent { System::Xml::XPath::XPathNavigator ^ get(); };
public abstract System.Xml.XPath.XPathNavigator OldParent { get; }
member this.OldParent : System.Xml.XPath.XPathNavigator
Public MustOverride ReadOnly Property OldParent As XPathNavigator
Property Value
An XPathNavigator object for the parent of the deleted node.
Remarks
The value of the OldParent property is a null reference (Nothing in Visual Basic) unless the change that is occurring is a delete operation. When a delete operation was performed, the Operation property will return XmlOperation.Delete.
This member can be accessed without restrictions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.