XmlEventArgs.Site Property

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)

Syntax

'Declaration
'Usage

Property Value

An XPathNavigator object pointing to the changed node.

Remarks

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 Office InfoPath 2007 or in a Web browser.

See Also

Reference

XmlEventArgs Class
XmlEventArgs Members
Microsoft.Office.InfoPath Namespace