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 。