Called when the EntityListViewWidth property changes.

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

Syntax

C#
protected virtual void OnEntityListViewWidthChanged(
	GridLength oldEntityListViewWidth,
	GridLength newEntityListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnEntityListViewWidthChanged ( _
	oldEntityListViewWidth As GridLength, _
	newEntityListViewWidth As GridLength _
)

Parameters

oldEntityListViewWidth
Type: System.Windows..::.GridLength
newEntityListViewWidth
Type: System.Windows..::.GridLength

See Also