Called when the VerticalBarProviders property changes.

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

Syntax

C#
protected virtual void OnVerticalBarProvidersChanged(
	GanttChartViewVerticalBarProviderCollection oldVerticalBarProviders,
	GanttChartViewVerticalBarProviderCollection newVerticalBarProviders
)
Visual Basic (Declaration)
Protected Overridable Sub OnVerticalBarProvidersChanged ( _
	oldVerticalBarProviders As GanttChartViewVerticalBarProviderCollection, _
	newVerticalBarProviders As GanttChartViewVerticalBarProviderCollection _
)

See Also