Click or drag to resize
ContentControlOnContentChanged Method
Invoked when the value of the Content property changes.

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