Called when the OverallCompletedEffort property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
protected virtual void OnOverallCompletedEffortChanged( TimeSpan oldOverallCompletedEffort, TimeSpan newOverallCompletedEffort ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnOverallCompletedEffortChanged ( _ oldOverallCompletedEffort As TimeSpan, _ newOverallCompletedEffort As TimeSpan _ ) |
Parameters
- oldOverallCompletedEffort
- Type: System..::.TimeSpan
- newOverallCompletedEffort
- Type: System..::.TimeSpan