Called when the StandardAssignmentsTemplate property changes.

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

Syntax

C#
protected virtual void OnStandardAssignmentsTemplateChanged(
	DataTemplate oldStandardAssignmentsTemplate,
	DataTemplate newStandardAssignmentsTemplate
)
Visual Basic (Declaration)
Protected Overridable Sub OnStandardAssignmentsTemplateChanged ( _
	oldStandardAssignmentsTemplate As DataTemplate, _
	newStandardAssignmentsTemplate As DataTemplate _
)

Parameters

oldStandardAssignmentsTemplate
Type: System.Windows..::.DataTemplate
newStandardAssignmentsTemplate
Type: System.Windows..::.DataTemplate

See Also