Called when the SetTimelinePage method is invoked.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
protected virtual void OnTimelinePageChanged( DateTime oldTimelinePageStart, DateTime oldTimelinePageFinish, DateTime newTimelinePageStart, DateTime newTimelinePageFinish ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnTimelinePageChanged ( _ oldTimelinePageStart As DateTime, _ oldTimelinePageFinish As DateTime, _ newTimelinePageStart As DateTime, _ newTimelinePageFinish As DateTime _ ) |
Parameters
- oldTimelinePageStart
- Type: System..::.DateTime
- oldTimelinePageFinish
- Type: System..::.DateTime
- newTimelinePageStart
- Type: System..::.DateTime
- newTimelinePageFinish
- Type: System..::.DateTime