Called when the Content property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

oldContent
Type: System..::.Object
newContent
Type: System..::.Object

See Also