Called when the ActualHeaderHeight property changes.

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

Syntax

C#
protected virtual void OnActualHeaderHeightChanged(
	double oldActualHeaderHeight,
	double newActualHeaderHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnActualHeaderHeightChanged ( _
	oldActualHeaderHeight As Double, _
	newActualHeaderHeight As Double _
)

Parameters

oldActualHeaderHeight
Type: System..::.Double
newActualHeaderHeight
Type: System..::.Double

See Also