XmlValidatingEventArgs Members (Microsoft.Office.InfoPath)
Provides data for the Validating event of a field or group.
The following tables list the members exposed by the XmlValidatingEventArgs type.
| Name | Description | |
|---|---|---|
| Match | Gets an XPathExpression object which contains an XPath expression that returns the node that is currently being changed.(inherited from XmlEventArgs) |
| NewValue | Gets the new value for the node being changed.(inherited from XmlEventArgs) |
| OldParent | Gets an XPathNavigator object pointing to the node which is the parent of the node being deleted.(inherited from XmlEventArgs) |
| OldValue | Gets the original value of the node that is being changed.(inherited from XmlEventArgs) |
| Operation | Gets an XmlOperation enumeration that indicates the type of operation that occurred when the node was changed.(inherited from XmlEventArgs) |
| Site | Gets an XPathNavigator object pointing at the node that is being changed.(inherited from XmlEventArgs) |
| UndoRedo | Gets a value that indicates whether the node being changed is part of an undo or redo operation.(inherited from XmlEventArgs) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object) |
| GetHashCode | (inherited from Object) |
| GetType | (inherited from Object) |
| ReferenceEquals | (inherited from Object) |
| ReportError | Overloaded. |
| ToString | (inherited from Object) |