Window.OnContentChanged(Object, Object) 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.
Appelé quand la propriété Content change.
protected:
override void OnContentChanged(System::Object ^ oldContent, System::Object ^ newContent);
protected override void OnContentChanged (object oldContent, object newContent);
override this.OnContentChanged : obj * obj -> unit
Protected Overrides Sub OnContentChanged (oldContent As Object, newContent As Object)
Paramètres
- oldContent
- Object
Référence à la racine de l'ancienne arborescence de contenu.
- newContent
- Object
Référence à la racine de la nouvelle arborescence de contenu.