Called when the MaxHeaderHeight property changes.

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

Syntax

C#
protected virtual void OnMaxHeaderHeightChanged(
	double oldMaxHeaderHeight,
	double newMaxHeaderHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxHeaderHeightChanged ( _
	oldMaxHeaderHeight As Double, _
	newMaxHeaderHeight As Double _
)

Parameters

oldMaxHeaderHeight
Type: System..::.Double
newMaxHeaderHeight
Type: System..::.Double

See Also