TextBoxBase.OnTemplateChanged(ControlTemplate, ControlTemplate) 方法

定义

在控件模板更改时进行调用。

protected:
 override void OnTemplateChanged(System::Windows::Controls::ControlTemplate ^ oldTemplate, System::Windows::Controls::ControlTemplate ^ newTemplate);
protected override void OnTemplateChanged (System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate);
override this.OnTemplateChanged : System.Windows.Controls.ControlTemplate * System.Windows.Controls.ControlTemplate -> unit
Protected Overrides Sub OnTemplateChanged (oldTemplate As ControlTemplate, newTemplate As ControlTemplate)

参数

oldTemplate
ControlTemplate

一个 ControlTemplate 对象,指定当前处于活动状态的控件模板。

newTemplate
ControlTemplate

一个 ControlTemplate 对象,指定要使用的新控件模板。

注解

重写 OnTemplateChanged

适用于