Called when the ToDependencyLineStroke property changes.

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

Syntax

C#
protected virtual void OnToDependencyLineStrokeChanged(
	Brush oldToDependencyLineStroke,
	Brush newToDependencyLineStroke
)
Visual Basic (Declaration)
Protected Overridable Sub OnToDependencyLineStrokeChanged ( _
	oldToDependencyLineStroke As Brush, _
	newToDependencyLineStroke As Brush _
)

Parameters

oldToDependencyLineStroke
Type: System.Windows.Media..::.Brush
newToDependencyLineStroke
Type: System.Windows.Media..::.Brush

See Also