Called when the HeaderHeight property changes.

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

Syntax

C#
protected virtual void OnHeaderHeightChanged(
	double oldHeaderHeight,
	double newHeaderHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnHeaderHeightChanged ( _
	oldHeaderHeight As Double, _
	newHeaderHeight As Double _
)

Parameters

oldHeaderHeight
Type: System..::.Double
newHeaderHeight
Type: System..::.Double

See Also