Called when the NormalAllocationIndicatorFill property changes.

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

Syntax

C#
protected virtual void OnNormalAllocationIndicatorFillChanged(
	Brush oldNormalAllocationIndicatorFill,
	Brush newNormalAllocationIndicatorFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnNormalAllocationIndicatorFillChanged ( _
	oldNormalAllocationIndicatorFill As Brush, _
	newNormalAllocationIndicatorFill As Brush _
)

Parameters

oldNormalAllocationIndicatorFill
Type: System.Windows.Media..::.Brush
newNormalAllocationIndicatorFill
Type: System.Windows.Media..::.Brush

See Also