Window.OnContentChanged(Object, Object) Metodo

Definizione

Viene chiamato quando la proprietà Content cambia.

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)

Parametri

oldContent
Object

Riferimento alla radice della struttura ad albero di contenuto obsoleta.

newContent
Object

Riferimento alla radice della nuova struttura ad albero di contenuto.

Si applica a