Window.OnContentChanged(Object, Object) Méthode

Définition

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.

S’applique à