Called when the MaxEntityListViewWidth property changes.

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

Syntax

C#
protected virtual void OnMaxEntityListViewWidthChanged(
	double oldMaxEntityListViewWidth,
	double newMaxEntityListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxEntityListViewWidthChanged ( _
	oldMaxEntityListViewWidth As Double, _
	newMaxEntityListViewWidth As Double _
)

Parameters

oldMaxEntityListViewWidth
Type: System..::.Double
newMaxEntityListViewWidth
Type: System..::.Double

See Also