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

適用対象

こちらもご覧ください