ApplicationEvents Collection
InfoPath Developer Reference |
A collection of event objects representing InfoPath application events.
Version Information
Version Added: InfoPath 2007
Remarks
The ApplicationEvents collection contains event objects used primarily with COM Add-ins to capture application-wide events. These events include:
Event | Description |
---|---|
NewXDocument Event | Occurs when a new form is created. |
Quit Event | Occurs when the user quits InfoPath. |
WindowActivate Event | Occurs when any document window is activated. |
WindowDeactivate Event | Occurs when any document window is deactivated. |
WindowSize Event | Occurs when any document window is resized or moved. |
XDocumentBeforeClose Event | Occurs immediately before any open document closes. |
XDocumentBeforePrint Event | Occurs immediately before any open document is printed. |
XDocumentBeforeSave Event | Occurs immediately before any open document is saved. |
XDocumentChange Event | Occurs when a new form is created, when an existing form is opened, or when another form is made the active form. |
XDocumentOpen Event | Occurs when a document is opened. |
Microsoft Office InfoPath 2007 supports COM Add-ins for extending the form editing user experience. New to Office InfoPath 2007, other Office applications such as Microsoft Office Word and Microsoft Office Excel have supported COM add-ins since Office 2000. COM Add-in support in Office InfoPath 2007 is available in the form editing environment. The form design environment is not able to be extended through the use of COM Add-ins. For more information about using the ApplicationEvents collection and creating a COM Add-in for Office InfoPath 2007, see How To: Create a COM Add-in to Add Custom Features to InfoPath.
See Also