Called when the SummaryAssignmentsTemplate property changes.

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

Syntax

C#
protected virtual void OnSummaryAssignmentsTemplateChanged(
	DataTemplate oldSummaryAssignmentsTemplate,
	DataTemplate newSummaryAssignmentsTemplate
)
Visual Basic (Declaration)
Protected Overridable Sub OnSummaryAssignmentsTemplateChanged ( _
	oldSummaryAssignmentsTemplate As DataTemplate, _
	newSummaryAssignmentsTemplate As DataTemplate _
)

Parameters

oldSummaryAssignmentsTemplate
Type: System.Windows..::.DataTemplate
newSummaryAssignmentsTemplate
Type: System.Windows..::.DataTemplate

See Also