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