Called when the IsTaskDependencyReadOnly property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected virtual void OnIsTaskDependencyReadOnlyChanged(
	bool oldIsTaskDependencyReadOnly,
	bool newIsTaskDependencyReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsTaskDependencyReadOnlyChanged ( _
	oldIsTaskDependencyReadOnly As Boolean, _
	newIsTaskDependencyReadOnly As Boolean _
)

Parameters

oldIsTaskDependencyReadOnly
Type: System..::.Boolean
newIsTaskDependencyReadOnly
Type: System..::.Boolean

See Also