Called when the OverallFinish property changes.

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

Syntax

C#
protected virtual void OnOverallFinishChanged(
	DateTime oldOverallFinish,
	DateTime newOverallFinish
)
Visual Basic (Declaration)
Protected Overridable Sub OnOverallFinishChanged ( _
	oldOverallFinish As DateTime, _
	newOverallFinish As DateTime _
)

Parameters

oldOverallFinish
Type: System..::.DateTime
newOverallFinish
Type: System..::.DateTime

See Also