DocContextChangeEventObject members

Include protected members
Include inherited members

An event object that is used during a Microsoft InfoPath context change event.

The DocContextChangeEventObject type exposes the following members.

Properties

  Name Description
Public property 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.)
Public property IsUndoRedo Gets a value indicating whether the context change event occurred in response to undoing an operation or redoing an operation. (Inherited from DocContextChangeEvent.)
Public property Type Gets the type of context change event that occurred when the OnContextChange event was triggered. (Inherited from DocContextChangeEvent.)
Public property XDocument Gets a reference to the XDocument object that is associated with the DocContextChangeEventObject object in an OnContextChange event. (Inherited from DocContextChangeEvent.)

Top

See also

Reference

DocContextChangeEventObject interface

Microsoft.Office.Interop.InfoPath namespace