Called when the NodeListViewItemsPanel property changes.

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

Syntax

C#
protected virtual void OnNodeListViewItemsPanelChanged(
	ItemsPanelTemplate oldNodeListViewItemsPanel,
	ItemsPanelTemplate newNodeListViewItemsPanel
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeListViewItemsPanelChanged ( _
	oldNodeListViewItemsPanel As ItemsPanelTemplate, _
	newNodeListViewItemsPanel As ItemsPanelTemplate _
)

Parameters

oldNodeListViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate
newNodeListViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate

See Also