DocActionEventObject members
Include protected members
Include inherited members
An event object that is used during a Microsoft InfoPath button click event.
The DocActionEventObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
ReturnStatus | Gets or sets the return status of the OnClick event. (Inherited from DocActionEvent.) | |
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 DocActionEventObject event during an OnClick event. (Inherited from DocActionEvent.) |
Top