ApplicationEvents members

Include protected members
Include inherited members

A collection of event objects representing InfoPath application events.

The ApplicationEvents type exposes the following members.

Methods

  Name Description
Public method add_NewXDocument This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_Quit This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_WindowActivate This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_WindowDeactivate This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_WindowSize This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_XDocumentBeforeClose This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_XDocumentBeforePrint This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_XDocumentBeforeSave This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_XDocumentChange This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method add_XDocumentOpen This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_NewXDocument This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_Quit This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_WindowActivate This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_WindowDeactivate This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_WindowSize This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_XDocumentBeforeClose This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_XDocumentBeforePrint This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_XDocumentBeforeSave This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_XDocumentChange This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)
Public method remove_XDocumentOpen This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from _ApplicationEvents_Event.)

Top

Events

  Name Description
Public event NewXDocument Occurs when a new form is created. (Inherited from _ApplicationEvents_Event.)
Public event Quit Occurs when the user quits InfoPath. (Inherited from _ApplicationEvents_Event.)
Public event WindowActivate Occurs when any document window is activated. (Inherited from _ApplicationEvents_Event.)
Public event WindowDeactivate Occurs when any document window is deactivated. (Inherited from _ApplicationEvents_Event.)
Public event WindowSize Occurs when any document window is resized or moved. (Inherited from _ApplicationEvents_Event.)
Public event XDocumentBeforeClose Occurs immediately before any open document closes. (Inherited from _ApplicationEvents_Event.)
Public event XDocumentBeforePrint Occurs immediately before any open document is printed. (Inherited from _ApplicationEvents_Event.)
Public event XDocumentBeforeSave Occurs immediately before any open document is saved. (Inherited from _ApplicationEvents_Event.)
Public event XDocumentChange Occurs when a new form is created, when an existing form is opened, or when another form is made the active form. (Inherited from _ApplicationEvents_Event.)
Public event XDocumentOpen Occurs when a document is opened. (Inherited from _ApplicationEvents_Event.)

Top

See also

Reference

ApplicationEvents interface

Microsoft.Office.Interop.InfoPath namespace