Called when the ItemHeight property changes.

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

Syntax

C#
protected virtual void OnItemHeightChanged(
	double oldItemHeight,
	double newItemHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemHeightChanged ( _
	oldItemHeight As Double, _
	newItemHeight As Double _
)

Parameters

oldItemHeight
Type: System..::.Double
newItemHeight
Type: System..::.Double

See Also