Called when the CompletedFinish property changes.

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

Syntax

C#
protected virtual void OnCompletedFinishChanged(
	DateTime oldCompletedFinish,
	DateTime newCompletedFinish
)
Visual Basic (Declaration)
Protected Overridable Sub OnCompletedFinishChanged ( _
	oldCompletedFinish As DateTime, _
	newCompletedFinish As DateTime _
)

Parameters

oldCompletedFinish
Type: System..::.DateTime
newCompletedFinish
Type: System..::.DateTime

See Also