Called when the GanttChartViewAssignmentTemplate property changes.

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

Syntax

C#
protected virtual void OnGanttChartViewAssignmentTemplateChanged(
	DataTemplate oldGanttChartViewAssignmentTemplate,
	DataTemplate newGanttChartViewAssignmentTemplate
)
Visual Basic (Declaration)
Protected Overridable Sub OnGanttChartViewAssignmentTemplateChanged ( _
	oldGanttChartViewAssignmentTemplate As DataTemplate, _
	newGanttChartViewAssignmentTemplate As DataTemplate _
)

Parameters

oldGanttChartViewAssignmentTemplate
Type: System.Windows..::.DataTemplate
newGanttChartViewAssignmentTemplate
Type: System.Windows..::.DataTemplate

See Also