XmlEventArgs.Match Property

Gets an XPathExpression object which contains an XPath expression that returns the node that is currently being changed.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
'Usage

Property Value

A XPathExpression object that returns the node that is currently being changed in the form's underlying XML document.

Remarks

The XPathExpression object returned by Match property contains a compiled XPath expression that points to a node in the form's underlying XML document. This is the node that raised the event to which the event handler is responding.

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