DataDOMEventObject Members

Include Protected Members
Include Inherited Members

An event object that is used during Microsoft InfoPath 2010 data validation events.

The DataDOMEventObject type exposes the following members.

Properties

  Name Description
Public property IsUndoRedo Gets a value indicating whether the data validation event occurs during an undo operation or a redo operation. (Inherited from DataDOMEvent.)
Public property MatchExpression Gets the XPath expression for the XML Document Object Model (DOM) node for which the event is currently being processed. (Inherited from DataDOMEvent.)
Public property 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.)
Public property 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.)
Public property 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.)
Public property 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.)
Public property ReturnMessage Gets or sets the error message that will be returned if the data validation event is not successful. (Inherited from DataDOMEvent.)
Public property ReturnStatus Gets or sets a value indicating the return status of the data validation event. (Inherited from DataDOMEvent.)
Public property ReturnStatus Gets or sets the return status of the OnClick event. (Inherited from DocActionEvent.)
Public property ReturnStatus Gets or sets a value indicating the return status of the OnLoad event and the OnSubmitRequest event. (Inherited from DocReturnEvent.)
Public property Site Gets a reference to the XML Document Object Model (DOM) node where the data validation event is currently being processed. (Inherited from DataDOMEvent.)
Public property Source Gets a reference to the XML Document Object Model (DOM) where the data validation event is occurring. (Inherited from DataDOMEvent.)
Public property Source Gets a reference to the inner-most XML Document Object Model (DOM) node of a form's underlying XML document. (Inherited from DocActionEvent.)
Public property XDocument Gets a reference to the XDocument object that is associated with the DataDOMEventObject object during a data validation event. (Inherited from DataDOMEvent.)
Public property XDocument Gets a reference to the XDocument object that is associated with the DocActionEventObject event during an OnClick event. (Inherited from DocActionEvent.)
Public property XDocument Gets a reference to the XDocument object that is associated with the DocEventObject object during an OnSwitchView or OnAfterImport event. (Inherited from DocEvent.)
Public property 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
Public method ReportError Creates an ErrorObject object and adds it to the ErrorsCollection collection. (Inherited from DataDOMEvent.)

Top

See Also

Reference

DataDOMEventObject Interface

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace