Called when the StandardBackgroundBarFill property changes.

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

Syntax

C#
protected virtual void OnStandardBackgroundBarFillChanged(
	Brush oldStandardBackgroundBarFill,
	Brush newStandardBackgroundBarFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnStandardBackgroundBarFillChanged ( _
	oldStandardBackgroundBarFill As Brush, _
	newStandardBackgroundBarFill As Brush _
)

Parameters

oldStandardBackgroundBarFill
Type: System.Windows.Media..::.Brush
newStandardBackgroundBarFill
Type: System.Windows.Media..::.Brush

See Also