Called when the BarVerticalMargin property changes.

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

Syntax

C#
protected virtual void OnBarVerticalMarginChanged(
	double oldBarVerticalMargin,
	double newBarVerticalMargin
)
Visual Basic (Declaration)
Protected Overridable Sub OnBarVerticalMarginChanged ( _
	oldBarVerticalMargin As Double, _
	newBarVerticalMargin As Double _
)

Parameters

oldBarVerticalMargin
Type: System..::.Double
newBarVerticalMargin
Type: System..::.Double

See Also