HeaderedContentControlOnHeaderChanged Method |
Called when the value of the
Header
property changes.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax protected virtual void OnHeaderChanged(
Object oldHeader,
Object newHeader
)
Parameters
- oldHeader
- Type: SystemObject
The old value of the
Header
property.
- newHeader
- Type: SystemObject
The new value of the
Header
property.
See Also