FormControl.InternalStartup 事件

定义

在托管窗体启动时发生。

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) 

事件类型

注解

有关 FormControl 对象的详细信息,请参阅 在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境

适用于