Window.OnContentChanged(Object, Object) Methode
Definition
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)
Parameter
- oldContent
- Object
Ein Verweis auf den Stamm der alten Inhaltsstruktur.A reference to the root of the old content tree.
- newContent
- Object
Ein Verweis auf den Stamm der neuen Inhaltsstruktur.A reference to the root of the new content tree.