Called when the AllocationHeight property changes.

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

Syntax

C#
protected virtual void OnAllocationHeightChanged(
	GridLength oldAllocationHeight,
	GridLength newAllocationHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationHeightChanged ( _
	oldAllocationHeight As GridLength, _
	newAllocationHeight As GridLength _
)

Parameters

oldAllocationHeight
Type: System.Windows..::.GridLength
newAllocationHeight
Type: System.Windows..::.GridLength

See Also