DataDOMEventObject members
Include protected members
Include inherited members
An event object that is used during Microsoft InfoPath data validation events.
The DataDOMEventObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsUndoRedo | Gets a value indicating whether the data validation event occurs during an undo operation or a redo operation. (Inherited from DataDOMEvent.) | |
MatchExpression | Gets the XPath expression for the XML Document Object Model (DOM) node for which the event is currently being processed. (Inherited from DataDOMEvent.) | |
NewValue | Gets the value of an XML Document Object Model (DOM) node that is being updated or inserted during a data validation event. (Inherited from DataDOMEvent.) | |
OldValue | Gets the original value of an XML Document Object Model (DOM) node that is being updated or deleted during a data validation event. (Inherited from DataDOMEvent.) | |
Operation | Gets the type of action that is applied to an XML Document Object Model (DOM) node during a data validation event. (Inherited from DataDOMEvent.) | |
Parent | Gets a reference to the XML Document Object Model (DOM) node of the parent of the XML DOM node being changed during a data validation event. (Inherited from DataDOMEvent.) | |
ReturnMessage | Gets or sets the error message that will be returned if the data validation event is not successful. (Inherited from DataDOMEvent.) | |
ReturnStatus | Gets or sets a value indicating the return status of the data validation event. (Inherited from DataDOMEvent.) | |
Site | Gets a reference to the XML Document Object Model (DOM) node where the data validation event is currently being processed. (Inherited from DataDOMEvent.) | |
Source | Gets a reference to the XML Document Object Model (DOM) where the data validation event is occurring. (Inherited from DataDOMEvent.) | |
XDocument | Gets a reference to the XDocument object that is associated with the DataDOMEventObject object during a data validation event. (Inherited from DataDOMEvent.) |
Top
Methods
Name | Description | |
---|---|---|
ReportError | Creates an ErrorObject object and adds it to the ErrorsCollection collection. (Inherited from DataDOMEvent.) |
Top