DataDOMEvent Members
Include Protected Members
Include Inherited Members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeDataDOMEventObject.
The DataDOMEvent 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. | |
MatchExpression | Gets the XPath expression for the XML Document Object Model (DOM) node for which the event is currently being processed. | |
NewValue | Gets the value of an XML Document Object Model (DOM) node that is being updated or inserted during a data validation event. | |
OldValue | Gets the original value of an XML Document Object Model (DOM) node that is being updated or deleted during a data validation event. | |
Operation | Gets the type of action that is applied to an XML Document Object Model (DOM) node during a data validation event. | |
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. | |
ReturnMessage | Gets or sets the error message that will be returned if the data validation event is not successful. | |
ReturnStatus | Gets or sets a value indicating the return status of the data validation event. | |
ReturnStatus | Gets or sets the return status of the OnClick event. (Inherited from DocActionEvent.) | |
ReturnStatus | Gets or sets a value indicating the return status of the OnLoad event and the OnSubmitRequest event. (Inherited from DocReturnEvent.) | |
Site | Gets a reference to the XML Document Object Model (DOM) node where the data validation event is currently being processed. | |
Source | Gets a reference to the XML Document Object Model (DOM) where the data validation event is occurring. | |
Source | Gets a reference to the inner-most XML Document Object Model (DOM) node of a form's underlying XML document. (Inherited from DocActionEvent.) | |
XDocument | Gets a reference to the XDocument object that is associated with the DataDOMEventObject object during a data validation event. | |
XDocument | Gets a reference to the XDocument object that is associated with the DocActionEventObject event during an OnClick event. (Inherited from DocActionEvent.) | |
XDocument | Gets a reference to the XDocument object that is associated with the DocEventObject object during an OnSwitchView or OnAfterImport event. (Inherited from DocEvent.) | |
XDocument | Gets a reference to the XDocument object that is associated with the DocReturnEventObject object during an OnLoad or OnSubmitRequest event. (Inherited from DocReturnEvent.) |
Top
Methods
Name | Description | |
---|---|---|
ReportError | Creates an ErrorObject object and adds it to the ErrorsCollection collection. |
Top