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