Called when the MinEntityListViewWidth property changes.

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

Syntax

C#
protected virtual void OnMinEntityListViewWidthChanged(
	double oldMinEntityListViewWidth,
	double newMinEntityListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinEntityListViewWidthChanged ( _
	oldMinEntityListViewWidth As Double, _
	newMinEntityListViewWidth As Double _
)

Parameters

oldMinEntityListViewWidth
Type: System..::.Double
newMinEntityListViewWidth
Type: System..::.Double

See Also