Called when the IsResourceAllocationVisible property changes.

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

Syntax

C#
protected virtual void OnIsResourceAllocationVisibleChanged(
	bool oldIsResourceAllocationVisible,
	bool newIsResourceAllocationVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsResourceAllocationVisibleChanged ( _
	oldIsResourceAllocationVisible As Boolean, _
	newIsResourceAllocationVisible As Boolean _
)

Parameters

oldIsResourceAllocationVisible
Type: System..::.Boolean
newIsResourceAllocationVisible
Type: System..::.Boolean

See Also