Called when the GanttChartViewItemContainerStyle property changes.

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

Syntax

C#
protected virtual void OnGanttChartViewItemContainerStyleChanged(
	Style oldGanttChartViewItemContainerStyle,
	Style newGanttChartViewItemContainerStyle
)
Visual Basic (Declaration)
Protected Overridable Sub OnGanttChartViewItemContainerStyleChanged ( _
	oldGanttChartViewItemContainerStyle As Style, _
	newGanttChartViewItemContainerStyle As Style _
)

Parameters

oldGanttChartViewItemContainerStyle
Type: System.Windows..::.Style
newGanttChartViewItemContainerStyle
Type: System.Windows..::.Style

See Also