XmlChangingEventArgs Members

Provides data for the Changing event.

The following tables list the members exposed by the XmlChangingEventArgs type.

Protected Constructors

  Name Description
Protected method XmlChangingEventArgs  

Top

Public Fields

  Name Description
Public field Static Empty  (inherited from EventArgs)

Top

Public 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

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

XmlChangingEventArgs Class
Microsoft.Office.InfoPath Namespace