Called when the AreTaskInterruptionsVisible property changes.

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

Syntax

C#
protected virtual void OnAreTaskInterruptionsVisibleChanged(
	bool oldAreTaskInterruptionsVisible,
	bool newAreTaskInterruptionsVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnAreTaskInterruptionsVisibleChanged ( _
	oldAreTaskInterruptionsVisible As Boolean, _
	newAreTaskInterruptionsVisible As Boolean _
)

Parameters

oldAreTaskInterruptionsVisible
Type: System..::.Boolean
newAreTaskInterruptionsVisible
Type: System..::.Boolean

See Also