ContentControlOnContentChanged Method |
Invoked when the value of the Content property changes.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax protected virtual void OnContentChanged(
Object oldContent,
Object newContent
)
Parameters
- oldContent
- Type: SystemObject
The old value of the Content property. - newContent
- Type: SystemObject
The new value of the Content property.
See Also