Called when the DependencyLineTemplate property changes.

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

Syntax

C#
protected virtual void OnDependencyLineTemplateChanged(
	DataTemplate oldDependencyLineTemplate,
	DataTemplate newDependencyLineTemplate
)
Visual Basic (Declaration)
Protected Overridable Sub OnDependencyLineTemplateChanged ( _
	oldDependencyLineTemplate As DataTemplate, _
	newDependencyLineTemplate As DataTemplate _
)

Parameters

oldDependencyLineTemplate
Type: System.Windows..::.DataTemplate
newDependencyLineTemplate
Type: System.Windows..::.DataTemplate

See Also