FlowDocumentReader.OnInitialized(EventArgs) Méthode
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.
Gère l’événement Initialized routé.
protected:
override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized(EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)
Paramètres
Objet EventArgs contenant les arguments associés à l’événement Initialized routé.
Remarques
Cette méthode est appelée lorsque la IsInitialized propriété est true.
Cette méthode se substitue à FrameworkElement.OnInitialized.