Called when the AreTaskInterruptionsVisible property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
protected virtual void OnAreTaskInterruptionsVisibleChanged( bool oldAreTaskInterruptionsVisible, bool newAreTaskInterruptionsVisible ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnAreTaskInterruptionsVisibleChanged ( _ oldAreTaskInterruptionsVisible As Boolean, _ newAreTaskInterruptionsVisible As Boolean _ ) |
Parameters
- oldAreTaskInterruptionsVisible
- Type: System..::.Boolean
- newAreTaskInterruptionsVisible
- Type: System..::.Boolean