Called when the MilestoneBarStrokeThickness property changes.

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

Syntax

C#
protected virtual void OnMilestoneBarStrokeThicknessChanged(
	double oldMilestoneBarStrokeThickness,
	double newMilestoneBarStrokeThickness
)
Visual Basic (Declaration)
Protected Overridable Sub OnMilestoneBarStrokeThicknessChanged ( _
	oldMilestoneBarStrokeThickness As Double, _
	newMilestoneBarStrokeThickness As Double _
)

Parameters

oldMilestoneBarStrokeThickness
Type: System..::.Double
newMilestoneBarStrokeThickness
Type: System..::.Double

See Also