Called when the GanttChartViewItemsPanel property changes.

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

Syntax

C#
protected virtual void OnGanttChartViewItemsPanelChanged(
	ItemsPanelTemplate oldGanttChartViewItemsPanel,
	ItemsPanelTemplate newGanttChartViewItemsPanel
)
Visual Basic (Declaration)
Protected Overridable Sub OnGanttChartViewItemsPanelChanged ( _
	oldGanttChartViewItemsPanel As ItemsPanelTemplate, _
	newGanttChartViewItemsPanel As ItemsPanelTemplate _
)

Parameters

oldGanttChartViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate
newGanttChartViewItemsPanel
Type: System.Windows.Controls..::.ItemsPanelTemplate

See Also