Called when the TaskBackgroundBarFill property changes.

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

Syntax

C#
protected virtual void OnTaskBackgroundBarFillChanged(
	Brush oldTaskBackgroundBarFill,
	Brush newTaskBackgroundBarFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskBackgroundBarFillChanged ( _
	oldTaskBackgroundBarFill As Brush, _
	newTaskBackgroundBarFill As Brush _
)

Parameters

oldTaskBackgroundBarFill
Type: System.Windows.Media..::.Brush
newTaskBackgroundBarFill
Type: System.Windows.Media..::.Brush

See Also