Called when the StandardBackgroundBarStroke property changes.

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

Syntax

C#
protected virtual void OnStandardBackgroundBarStrokeChanged(
	Brush oldStandardBackgroundBarStroke,
	Brush newStandardBackgroundBarStroke
)
Visual Basic (Declaration)
Protected Overridable Sub OnStandardBackgroundBarStrokeChanged ( _
	oldStandardBackgroundBarStroke As Brush, _
	newStandardBackgroundBarStroke As Brush _
)

Parameters

oldStandardBackgroundBarStroke
Type: System.Windows.Media..::.Brush
newStandardBackgroundBarStroke
Type: System.Windows.Media..::.Brush

See Also