Called when the AllocationIndicatorHeight property changes.

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

Syntax

C#
protected virtual void OnAllocationIndicatorHeightChanged(
	GridLength oldAllocationIndicatorHeight,
	GridLength newAllocationIndicatorHeight
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationIndicatorHeightChanged ( _
	oldAllocationIndicatorHeight As GridLength, _
	newAllocationIndicatorHeight As GridLength _
)

Parameters

oldAllocationIndicatorHeight
Type: System.Windows..::.GridLength
newAllocationIndicatorHeight
Type: System.Windows..::.GridLength

See Also