Page.OnTemplateChanged(ControlTemplate, ControlTemplate) Yöntem

Tanım

Şablonda değişiklik yapıldığında Page çağrılır.

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)

Parametreler

oldTemplate
ControlTemplate

Eski şablon.

newTemplate
ControlTemplate

Yeni şablon.

Açıklamalar

Bkz. Control.OnTemplateChanged.

Şunlara uygulanır

Ayrıca bkz.