FormControl.InternalStartup Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the hosted form is started.
public:
event Microsoft::Office::InfoPath::FormControl::EventHandler<EventArgs ^> ^ InternalStartup;
public event Microsoft.Office.InfoPath.FormControl.EventHandler<EventArgs> InternalStartup;
member this.InternalStartup : Microsoft.Office.InfoPath.FormControl.EventHandler<EventArgs>
Public Custom Event InternalStartup As FormControl.EventHandler(Of EventArgs)
Event Type
Remarks
For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application