Called when the AreAssignmentAllocationUnitsVisible property changes.

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

Syntax

C#
protected virtual void OnAreAssignmentAllocationUnitsVisibleChanged(
	bool oldAreAssignmentAllocationUnitsVisible,
	bool newAreAssignmentAllocationUnitsVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnAreAssignmentAllocationUnitsVisibleChanged ( _
	oldAreAssignmentAllocationUnitsVisible As Boolean, _
	newAreAssignmentAllocationUnitsVisible As Boolean _
)

Parameters

oldAreAssignmentAllocationUnitsVisible
Type: System..::.Boolean
newAreAssignmentAllocationUnitsVisible
Type: System..::.Boolean

See Also