Called when the Content changes.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.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 form of the Content property.
newContent
Type: System..::.Object
The new form of the Content property.

See Also