Called when the Schedule property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
protected virtual void OnScheduleChanged(
	Schedule oldSchedule,
	Schedule newSchedule
)
Visual Basic (Declaration)
Protected Overridable Sub OnScheduleChanged ( _
	oldSchedule As Schedule, _
	newSchedule As Schedule _
)

Parameters

oldSchedule
Type: DlhSoft.Windows.Data..::.Schedule
newSchedule
Type: DlhSoft.Windows.Data..::.Schedule

See Also