Edit

Share via


FormControl.InternalStartup Event

Definition

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

Applies to