FormControl.InternalStartup Event
Occurs when the hosted form is started.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in Microsoft.Office.InfoPath.FormControl.dll)
Syntax
'Declaration
Public Event InternalStartup As EventHandler(Of EventArgs)
'Usage
Dim instance As FormControl
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.InternalStartup, handler
public event EventHandler<EventArgs> InternalStartup
Remarks
For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application.