Click or drag to resize
HeaderedContentControlOnHeaderTemplateChanged Method
Called when the value of the HeaderTemplate property changes.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected 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