Called when the OverAllocationIndicatorFill property changes.

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

Syntax

C#
protected virtual void OnOverAllocationIndicatorFillChanged(
	Brush oldOverAllocationIndicatorFill,
	Brush newOverAllocationIndicatorFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnOverAllocationIndicatorFillChanged ( _
	oldOverAllocationIndicatorFill As Brush, _
	newOverAllocationIndicatorFill As Brush _
)

Parameters

oldOverAllocationIndicatorFill
Type: System.Windows.Media..::.Brush
newOverAllocationIndicatorFill
Type: System.Windows.Media..::.Brush

See Also