Initializes a new instance of the TimelinePageChangedEventArgs class.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public TimelinePageChangedEventArgs( DateTime oldTimelinePageStart, DateTime oldTimelinePageFinish, DateTime newTimelinePageStart, DateTime newTimelinePageFinish ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ 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