Called when the AllocationUpdateScale property changes.

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

Syntax

C#
protected virtual void OnAllocationUpdateScaleChanged(
	ScheduleChartViewAllocationUpdateScale oldAllocationUpdateScale,
	ScheduleChartViewAllocationUpdateScale newAllocationUpdateScale
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationUpdateScaleChanged ( _
	oldAllocationUpdateScale As ScheduleChartViewAllocationUpdateScale, _
	newAllocationUpdateScale As ScheduleChartViewAllocationUpdateScale _
)

See Also