Called when the MilestoneBarFill property changes.

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

Syntax

C#
protected virtual void OnMilestoneBarFillChanged(
	Brush oldMilestoneBarFill,
	Brush newMilestoneBarFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnMilestoneBarFillChanged ( _
	oldMilestoneBarFill As Brush, _
	newMilestoneBarFill As Brush _
)

Parameters

oldMilestoneBarFill
Type: System.Windows.Media..::.Brush
newMilestoneBarFill
Type: System.Windows.Media..::.Brush

See Also