Called by the framework when the Content property changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void OnContentChanged(
	Object oldContent,
	Object newContent
)
Visual Basic
Protected Overrides Sub OnContentChanged ( _
	oldContent As Object, _
	newContent As Object _
)
Visual C++
protected:
virtual void OnContentChanged(
	Object^ oldContent, 
	Object^ newContent
) override

Parameters

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

See Also