XmlFormView.OnInit - Méthode
Cette API prend en charge l’infrastructure .NET Framework et n’a pas vocation à être utilisée directement à partir de votre code.
Utilisez les événements Initialize, NotifyHost, SubmitToHostou Close au lieu de cette méthode.
Espace de noms : Microsoft.Office.InfoPath.Server.Controls
Assembly : Microsoft.Office.InfoPath.Server (dans Microsoft.Office.InfoPath.Server.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Utilisation
Dim e As EventArgs
Me.OnInit(e)
protected override void OnInit(
EventArgs e
)
Paramètres
- e
Type : System.EventArgs