Make sure we call the OnHeaderChanged method

This commit is contained in:
Shawn Kendrot 2017-11-07 12:06:41 -07:00
Родитель 6a5da01e9d
Коммит 15f7650d3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
"Header",
typeof(object),
typeof(HeaderedContentControl),
new PropertyMetadata(null));
new PropertyMetadata(null, OnHeaderChanged));
/// <summary>
/// Identifies the <see cref="HeaderTemplate"/> dependency property.