| HeaderedContentControlOnHeaderTemplateChanged Method | 
            Called when the value of the
            HeaderTemplate
            property changes.
            
 
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxprotected virtual void OnHeaderTemplateChanged(
	DataTemplate oldHeaderTemplate,
	DataTemplate newHeaderTemplate
)
Parameters
- oldHeaderTemplate
- Type: Windows.UI.XamlDataTemplate
 The old value of the
            HeaderTemplate
            property.
- newHeaderTemplate
- Type: Windows.UI.XamlDataTemplate
 The new value of the
            HeaderTemplate
            property.
 See Also
See Also