XmlChangingEventArgs members

Include protected members
Include inherited members

Provides data for the Changing event.

The XmlChangingEventArgs type exposes the following members.

Constructors

  Name Description
Protected method XmlChangingEventArgs

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

XmlChangingEventArgs class

Microsoft.Office.InfoPath namespace