XmlEventArgs::Site property
Office 2013 and later
Gets an XPathNavigator object pointing at the node that is being changed.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Property value
Type: System.Xml.XPath.XPathNavigatorAn XPathNavigator object pointing to the changed node.
After you set a reference to the XPathNavigator object that the Site property returns, you can use any of the properties and methods that are supported by the XPathNavigator class to work with the data.
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.
Show: