Window.OnContentChanged(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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)
參數
- oldContent
- Object
舊內容樹狀結構根項目的參考。
- newContent
- Object
新內容樹狀結構根項目的參考。