Called when the OverallStart property changes.

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

Syntax

C#
protected virtual void OnOverallStartChanged(
	DateTime oldOverallStart,
	DateTime newOverallStart
)
Visual Basic (Declaration)
Protected Overridable Sub OnOverallStartChanged ( _
	oldOverallStart As DateTime, _
	newOverallStart As DateTime _
)

Parameters

oldOverallStart
Type: System..::.DateTime
newOverallStart
Type: System..::.DateTime

See Also