Called when the BarHeight property changes.

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

Syntax

C#
protected virtual void OnBarHeightChanged(
	double oldBarHeight,
	double newBarHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnBarHeightChanged ( _
	oldBarHeight As Double, _
	newBarHeight As Double _
)

Parameters

oldBarHeight
Type: System..::.Double
newBarHeight
Type: System..::.Double

See Also