XmlValidatingEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the Validating event of a field or group.
The XmlValidatingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlValidatingEventArgs |
Top
Properties
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReportError(XPathNavigator, Boolean, String) | Creates a FormError object that contains custom error information with the specified values and adds it to the FormErrorCollection object of the form. | |
ReportError(XPathNavigator, Boolean, String, String) | Creates a FormError object that contains custom error information with the specified values and adds it to the FormErrorCollection object of the form. | |
ReportError(XPathNavigator, Boolean, String, String, Int32) | Creates a FormError object that contains custom error information with the specified values and adds it to the FormErrorCollection object of the form. | |
ReportError(XPathNavigator, Boolean, String, String, Int32, ErrorMode) | Creates a FormError object that contains custom error information with the specified values and adds it to the FormErrorCollection object of the form. | |
ToString | (Inherited from Object.) |
Top