Sdílet prostřednictvím


Page.OnTemplateChanged(ControlTemplate, ControlTemplate) Metoda

Definice

Volá se, když se změní šablona pro.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)

Parametry

oldTemplate
ControlTemplate

Stará šablona.

newTemplate
ControlTemplate

Nová šablona.

Poznámky

Viz třída Control.OnTemplateChanged.

Platí pro

Viz také