Called when the FromDependencyLineStroke property changes.

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

Syntax

C#
protected virtual void OnFromDependencyLineStrokeChanged(
	Brush oldFromDependencyLineStroke,
	Brush newFromDependencyLineStroke
)
Visual Basic (Declaration)
Protected Overridable Sub OnFromDependencyLineStrokeChanged ( _
	oldFromDependencyLineStroke As Brush, _
	newFromDependencyLineStroke As Brush _
)

Parameters

oldFromDependencyLineStroke
Type: System.Windows.Media..::.Brush
newFromDependencyLineStroke
Type: System.Windows.Media..::.Brush

See Also