Called by the framework when the Content property changes.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnContentChanged(
	Object oldContent,
	Object newContent
)
Visual Basic (Declaration)
Protected Overrides Sub OnContentChanged ( _
	oldContent As Object, _
	newContent As Object _
)

Parameters

oldContent
Type: System..::.Object
The old content.
newContent
Type: System..::.Object
The new content.

See Also