FormControl.InternalStartup Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque le formulaire hébergé est démarré.
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)
Type d'événement
Remarques
Pour plus d’informations sur l’objet FormControl , consultez Hébergement de l’environnement d’édition de formulaire InfoPath dans une application Windows Form personnalisée