Window.OnContentChanged(Object, Object) Método

Definición

Se le llama cuando cambia la propiedad Content.

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)

Parámetros

oldContent
Object

Referencia a la raíz del árbol de contenido antiguo.

newContent
Object

Referencia a la raíz del árbol de contenido nuevo.

Se aplica a