Called when the ComputedIsTemporaryLineVisible property changes.

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

Syntax

C#
protected virtual void OnComputedIsTemporaryLineVisibleChanged(
	bool oldComputedIsTemporaryLineVisible,
	bool newComputedIsTemporaryLineVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnComputedIsTemporaryLineVisibleChanged ( _
	oldComputedIsTemporaryLineVisible As Boolean, _
	newComputedIsTemporaryLineVisible As Boolean _
)

Parameters

oldComputedIsTemporaryLineVisible
Type: System..::.Boolean
newComputedIsTemporaryLineVisible
Type: System..::.Boolean

See Also