XmlEventArgs Properties

Include Protected Members
Include Inherited Members

The XmlEventArgs type exposes the following members.

Properties

  Name Description
Public property Match Gets an XPathExpression object which contains an XPath expression that returns the node that is currently being changed.
Public property NewValue Gets the new value for the node being changed.
Public property OldParent Gets an XPathNavigator object pointing to the node which is the parent of the node being deleted.
Public property OldValue Gets the original value of the node that is being changed.
Public property Operation Gets an XmlOperation enumeration that indicates the type of operation that occurred when the node was changed.
Public property Site Gets an XPathNavigator object pointing at the node that is being changed.
Public property UndoRedo Gets a value that indicates whether the node being changed is part of an undo or redo operation.

Top

See Also

Reference

XmlEventArgs Class

Microsoft.Office.InfoPath Namespace