Called when the TaskBackgroundBarStroke property changes.

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

Syntax

C#
protected virtual void OnTaskBackgroundBarStrokeChanged(
	Brush oldTaskBackgroundBarStroke,
	Brush newTaskBackgroundBarStroke
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskBackgroundBarStrokeChanged ( _
	oldTaskBackgroundBarStroke As Brush, _
	newTaskBackgroundBarStroke As Brush _
)

Parameters

oldTaskBackgroundBarStroke
Type: System.Windows.Media..::.Brush
newTaskBackgroundBarStroke
Type: System.Windows.Media..::.Brush

See Also