Called when the AreResourceAllocationIndicatorsVisible property changes.

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

Syntax

C#
protected virtual void OnAreResourceAllocationIndicatorsVisibleChanged(
	bool oldAreResourceAllocationIndicatorsVisible,
	bool newAreResourceAllocationIndicatorsVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnAreResourceAllocationIndicatorsVisibleChanged ( _
	oldAreResourceAllocationIndicatorsVisible As Boolean, _
	newAreResourceAllocationIndicatorsVisible As Boolean _
)

Parameters

oldAreResourceAllocationIndicatorsVisible
Type: System..::.Boolean
newAreResourceAllocationIndicatorsVisible
Type: System..::.Boolean

See Also