Called when the Schedule property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.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