Called when the Start property changes.

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

Syntax

C#
protected virtual void OnStartChanged(
	DateTime oldStart,
	DateTime newStart
)
Visual Basic (Declaration)
Protected Overridable Sub OnStartChanged ( _
	oldStart As DateTime, _
	newStart As DateTime _
)

Parameters

oldStart
Type: System..::.DateTime
newStart
Type: System..::.DateTime

See Also