Called when the IsBaselineVisible property changes.

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

Syntax

C#
protected virtual void OnIsBaselineVisibleChanged(
	bool oldIsBaselineVisible,
	bool newIsBaselineVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsBaselineVisibleChanged ( _
	oldIsBaselineVisible As Boolean, _
	newIsBaselineVisible As Boolean _
)

Parameters

oldIsBaselineVisible
Type: System..::.Boolean
newIsBaselineVisible
Type: System..::.Boolean

See Also