Called when the Finish property changes.

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

Syntax

C#
protected virtual void OnFinishChanged(
	DateTime oldFinish,
	DateTime newFinish
)
Visual Basic (Declaration)
Protected Overridable Sub OnFinishChanged ( _
	oldFinish As DateTime, _
	newFinish As DateTime _
)

Parameters

oldFinish
Type: System..::.DateTime
newFinish
Type: System..::.DateTime

See Also