Called when the Value property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

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

Parameters

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

See Also