Called when the IsValid property changes.

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

Syntax

C#
protected virtual void OnIsValidChanged(
	bool oldIsValid,
	bool newIsValid
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsValidChanged ( _
	oldIsValid As Boolean, _
	newIsValid As Boolean _
)

Parameters

oldIsValid
Type: System..::.Boolean
newIsValid
Type: System..::.Boolean

See Also