_XDocumentEventSink2_Event Members
Include Protected Members
Include Inherited Members
Implements form-level events.
The _XDocumentEventSink2_Event type exposes the following members.
Events
Name | Description | |
---|---|---|
OnAfterImport | Occurs after the import (or merge) operation has successfully completed. | |
OnContextChange | Occurs after the context node changes. | |
OnLoad | Occurs after a Microsoft InfoPath 2010 form has been loaded, but before any views have been initialized. | |
OnMergeRequest | Occurs when the merge operation is invoked either from the Microsoft InfoPath 2010 user interface or from the command line by using the /aggregate option. | |
OnSaveRequest | Occurs when the save operation is invoked from the Microsoft InfoPath 2010 user interface or by using the Save or SaveAs methods. | |
OnSign | Occurs after a set of signed data has been selected to sign through the Digital Signature wizard. | |
OnSubmitRequest | Occurs when the submit operation is invoked either from the Microsoft InfoPath 2010 user interface or by using Submit method. | |
OnSwitchView | Occurs after a view in a Microsoft InfoPath 2010 form has been successfully switched. | |
OnVersionUpgrade | Occurs when the version number of a Microsoft InfoPath 2010 form being opened is older than the version number of the form template on which it is based. |
Top