FormEvents Members (Microsoft.Office.InfoPath)
Implements all of the events that a form template itself can raise.
The following tables list the members exposed by the FormEvents type.
Protected Constructors
Name | Description | |
---|---|---|
FormEvents |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
ContextChanged | Occurs after the context node changes. | |
Loading | Occurs when the form template has been loaded, but before any views have been initialized. | |
Merge | Occurs when the Merge Forms command is invoked from the user interface, or InfoPath is started with the /aggregate command-line switch. | |
Save | Occurs when the Save or Save As commands are used from the user interface, or when the Save and SaveAs methods are used. | |
Sign | Occurs after a set of signed data has been selected to sign through the Digital Signatures dialog box. | |
Submit | Occurs when the Submit command is used from the user interface, or the Submit method is used. | |
VersionUpgrade | Occurs when the version number of the form being opened is older than the version number of the form template on which it is based. | |
ViewSwitched | Occurs after a view of a form has been successfully switched. |
Top