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
Public MustOverride ReadOnly Property Site As XPathNavigator
    Get
'Usage
Dim instance As XmlEventArgs
Dim value As XPathNavigator

value = instance.Site
public abstract XPathNavigator Site { get; }

Property value

Type: System.Xml.XPath.XPathNavigator
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 InfoPath Filler or in a Web browser.

See also

Reference

XmlEventArgs class

XmlEventArgs members

Microsoft.Office.InfoPath namespace