Called when the NormalAllocationBarFill property changes.

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

Syntax

C#
protected virtual void OnNormalAllocationBarFillChanged(
	Brush oldNormalAllocationBarFill,
	Brush newNormalAllocationBarFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnNormalAllocationBarFillChanged ( _
	oldNormalAllocationBarFill As Brush, _
	newNormalAllocationBarFill As Brush _
)

Parameters

oldNormalAllocationBarFill
Type: System.Windows.Media..::.Brush
newNormalAllocationBarFill
Type: System.Windows.Media..::.Brush

See Also