Called when the EntityListViewItemsPanel property changes.

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

Syntax

C#
protected virtual void OnEntityListViewItemsPanelChanged(
	ItemsPanelTemplate oldEntityListViewItemsPanel,
	ItemsPanelTemplate newEntityListViewItemsPanel
)
Visual Basic (Declaration)
Protected Overridable Sub OnEntityListViewItemsPanelChanged ( _
	oldEntityListViewItemsPanel As ItemsPanelTemplate, _
	newEntityListViewItemsPanel As ItemsPanelTemplate _
)

Parameters

oldEntityListViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate
newEntityListViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate

See Also