다음을 통해 공유


Page.OnTemplateChanged(ControlTemplate, ControlTemplate) 메서드

정의

Page의 템플릿이 변경될 때 호출됩니다.

protected:
 virtual void OnTemplateChanged(System::Windows::Controls::ControlTemplate ^ oldTemplate, System::Windows::Controls::ControlTemplate ^ newTemplate);
protected virtual void OnTemplateChanged (System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate);
abstract member OnTemplateChanged : System.Windows.Controls.ControlTemplate * System.Windows.Controls.ControlTemplate -> unit
override this.OnTemplateChanged : System.Windows.Controls.ControlTemplate * System.Windows.Controls.ControlTemplate -> unit
Protected Overridable Sub OnTemplateChanged (oldTemplate As ControlTemplate, newTemplate As ControlTemplate)

매개 변수

oldTemplate
ControlTemplate

이전 템플릿입니다.

newTemplate
ControlTemplate

새 템플릿입니다.

설명

Control.OnTemplateChanged을 참조하세요.

적용 대상

추가 정보