Called when the Content property changes.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

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

Parameters

oldValue
Type: System..::.Object
newValue
Type: System..::.Object

See Also