Called when the ComputedTemporaryLinePoints property changes.

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

Syntax

C#
protected virtual void OnComputedTemporaryLinePointsChanged(
	PointCollection oldComputedTemporaryLinePoints,
	PointCollection newComputedTemporaryLinePoints
)
Visual Basic (Declaration)
Protected Overridable Sub OnComputedTemporaryLinePointsChanged ( _
	oldComputedTemporaryLinePoints As PointCollection, _
	newComputedTemporaryLinePoints As PointCollection _
)

Parameters

oldComputedTemporaryLinePoints
Type: System.Windows.Media..::.PointCollection
newComputedTemporaryLinePoints
Type: System.Windows.Media..::.PointCollection

See Also