Called when the WorkingTimeBackground property changes.

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

Syntax

C#
protected virtual void OnWorkingTimeBackgroundChanged(
	Brush oldWorkingTimeBackground,
	Brush newWorkingTimeBackground
)
Visual Basic (Declaration)
Protected Overridable Sub OnWorkingTimeBackgroundChanged ( _
	oldWorkingTimeBackground As Brush, _
	newWorkingTimeBackground As Brush _
)

Parameters

oldWorkingTimeBackground
Type: System.Windows.Media..::.Brush
newWorkingTimeBackground
Type: System.Windows.Media..::.Brush

See Also