Called when the AllocationSeparatorHeight property changes.

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

Syntax

C#
protected virtual void OnAllocationSeparatorHeightChanged(
	double oldAllocationSeparatorHeight,
	double newAllocationSeparatorHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationSeparatorHeightChanged ( _
	oldAllocationSeparatorHeight As Double, _
	newAllocationSeparatorHeight As Double _
)

Parameters

oldAllocationSeparatorHeight
Type: System..::.Double
newAllocationSeparatorHeight
Type: System..::.Double

See Also