Control.OnTemplateChanged Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Called whenever the control's template changes.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
protected virtual void OnTemplateChanged( ControlTemplate oldTemplate, ControlTemplate newTemplate )
Parameters
- oldTemplate
- Type: System.Windows.Controls.ControlTemplate
The old template.
- newTemplate
- Type: System.Windows.Controls.ControlTemplate
The new template.
The timing for changing the template is as follows:
The template is changed by a SetValue method call, a style trigger, or some other means.
The property value changes; the property-changed callback is called.
The old visual tree is removed.
An internal method is called which eventually calls the OnTemplateChanged method.
Later, during a measure, OnApplyTemplate is called and a new visual tree is attached.
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.