Page::OnTemplateChanged Method (ControlTemplate^, ControlTemplate^)
.NET Framework (current version)
Called when the template for a Page changes.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: