Called when the AreAssignmentAllocationUnitsReadOnly property changes.

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

Syntax

C#
protected virtual void OnAreAssignmentAllocationUnitsReadOnlyChanged(
	bool oldAreAssignmentAllocationUnitsReadOnly,
	bool newAreAssignmentAllocationUnitsReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnAreAssignmentAllocationUnitsReadOnlyChanged ( _
	oldAreAssignmentAllocationUnitsReadOnly As Boolean, _
	newAreAssignmentAllocationUnitsReadOnly As Boolean _
)

Parameters

oldAreAssignmentAllocationUnitsReadOnly
Type: System..::.Boolean
newAreAssignmentAllocationUnitsReadOnly
Type: System..::.Boolean

See Also