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