Represents the method that will handle a TimelinePageChanged event of the GanttChartViewBase class.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public delegate void TimelinePageChangedEventHandler( Object sender, TimelinePageChangedEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub TimelinePageChangedEventHandler ( _ sender As Object, _ e As TimelinePageChangedEventArgs _ ) |
Parameters
- sender
- Type: System..::.Object