DocContextChangeEventObject Members
Include Protected Members
Include Inherited Members
An event object that is used during a Microsoft InfoPath 2010 context change event.
The DocContextChangeEventObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Context | Gets a reference to the XML Document Object Model (DOM) node that is the new context node provided by DocContextChangeEventObject object. (Inherited from DocContextChangeEvent.) | |
IsUndoRedo | Gets a value indicating whether the context change event occurred in response to undoing an operation or redoing an operation. (Inherited from DocContextChangeEvent.) | |
Type | Gets the type of context change event that occurred when the OnContextChange event was triggered. (Inherited from DocContextChangeEvent.) | |
XDocument | Gets a reference to the XDocument object that is associated with the DocContextChangeEventObject object in an OnContextChange event. (Inherited from DocContextChangeEvent.) |
Top