Called when the ComputedIsTemporaryRectangleVisible property changes.

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

Syntax

C#
protected virtual void OnComputedIsTemporaryRectangleVisibleChanged(
	bool oldComputedIsTemporaryRectangleVisible,
	bool newComputedIsTemporaryRectangleVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnComputedIsTemporaryRectangleVisibleChanged ( _
	oldComputedIsTemporaryRectangleVisible As Boolean, _
	newComputedIsTemporaryRectangleVisible As Boolean _
)

Parameters

oldComputedIsTemporaryRectangleVisible
Type: System..::.Boolean
newComputedIsTemporaryRectangleVisible
Type: System..::.Boolean

See Also