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 을 자동으로 설정합니다.