ContentControl.OnContentChanged(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual void OnContentChanged(Platform::Object ^ oldContent, Platform::Object ^ newContent) = OnContentChanged;
void OnContentChanged(IInspectable const& oldContent, IInspectable const& newContent);
protected virtual void OnContentChanged(object oldContent, object newContent);
function onContentChanged(oldContent, newContent)
Protected Overridable Sub OnContentChanged (oldContent As Object, newContent As Object)
參數
備註
如果 ContentTemplateSelector 的值存在,則預設實作會在實作的 DataTemplateSelector 上呼叫 SelectTemplate,並將 newContent 值當做專案傳遞,並將呼叫的 ContentControl 當做容器傳遞。 然後,傳回值會在呼叫端上自動設定 ContentTemplate 。