Page.OnTemplateChanged(ControlTemplate, ControlTemplate) Método

Definición

Se le llama cuando cambia la plantilla para una 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)

Parámetros

oldTemplate
ControlTemplate

Plantilla antigua.

newTemplate
ControlTemplate

Plantilla nueva.

Comentarios

Vea Control.OnTemplateChanged.

Se aplica a

Consulte también