Events
Name | Description |
---|---|
OnAfterChange | Occurs after changes to a form’s underlying XML document have been accepted and after the OnValidate event has occurred. |
OnAfterImport | Occurs after the import (or merge) operation has successfully completed. |
OnBeforeChange | Occurs after changes to a form’s underlying XML document have been made but before the changes are accepted. |
OnLoad | Occurs after a form has been loaded, but before any views have been initialized. |
OnSubmitRequest | Occurs when the submit operation is invoked either from the InfoPath user interface or by using the Submit method of the XDocument object in the InfoPath Object Model. |
OnSwitchView | Occurs after a view in a form has been successfully switched. |
OnValidate | Occurs after changes to a form’s underlying XML document have been accepted but before the OnAfterChange event occurs. |
OnVersionUpgrade | Occurs when the version number of a form being opened is older than the version number of the form template on which it is based. |