Called when the UnderAllocationIndicatorFill property changes.

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

Syntax

C#
protected virtual void OnUnderAllocationIndicatorFillChanged(
	Brush oldUnderAllocationIndicatorFill,
	Brush newUnderAllocationIndicatorFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnUnderAllocationIndicatorFillChanged ( _
	oldUnderAllocationIndicatorFill As Brush, _
	newUnderAllocationIndicatorFill As Brush _
)

Parameters

oldUnderAllocationIndicatorFill
Type: System.Windows.Media..::.Brush
newUnderAllocationIndicatorFill
Type: System.Windows.Media..::.Brush

See Also