Called when the MinHeaderHeight property changes.

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

Syntax

C#
protected virtual void OnMinHeaderHeightChanged(
	double oldMinHeaderHeight,
	double newMinHeaderHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinHeaderHeightChanged ( _
	oldMinHeaderHeight As Double, _
	newMinHeaderHeight As Double _
)

Parameters

oldMinHeaderHeight
Type: System..::.Double
newMinHeaderHeight
Type: System..::.Double

See Also