Called when the MinStart property changes.

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

Syntax

C#
protected virtual void OnMinStartChanged(
	Nullable<DateTime> oldMinStart,
	Nullable<DateTime> newMinStart
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinStartChanged ( _
	oldMinStart As Nullable(Of DateTime), _
	newMinStart As Nullable(Of DateTime) _
)

Parameters

oldMinStart
Type: System..::.Nullable<(Of <(DateTime>)>)
newMinStart
Type: System..::.Nullable<(Of <(DateTime>)>)

See Also