Called when the BaselineOpacity property changes.

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

Syntax

C#
protected virtual void OnBaselineOpacityChanged(
	double oldBaselineOpacity,
	double newBaselineOpacity
)
Visual Basic (Declaration)
Protected Overridable Sub OnBaselineOpacityChanged ( _
	oldBaselineOpacity As Double, _
	newBaselineOpacity As Double _
)

Parameters

oldBaselineOpacity
Type: System..::.Double
newBaselineOpacity
Type: System..::.Double

See Also