Called when the IsCompleted property changes.

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

Syntax

C#
protected virtual void OnIsCompletedChanged(
	bool oldIsCompleted,
	bool newIsCompleted
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsCompletedChanged ( _
	oldIsCompleted As Boolean, _
	newIsCompleted As Boolean _
)

Parameters

oldIsCompleted
Type: System..::.Boolean
newIsCompleted
Type: System..::.Boolean

See Also