Page.OnTemplateChanged(ControlTemplate, ControlTemplate) Methode

Definition

Wird aufgerufen, wenn die Vorlage für eine Page geändert wird.

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)

Parameter

oldTemplate
ControlTemplate

Die alte Vorlage.

newTemplate
ControlTemplate

Die neue Vorlage.

Hinweise

Siehe Control.OnTemplateChanged.

Gilt für:

Weitere Informationen