Called when the TaskPredecessorsMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskPredecessorsMemberPathChanged(
	string oldTaskPredecessorsMemberPath,
	string newTaskPredecessorsMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskPredecessorsMemberPathChanged ( _
	oldTaskPredecessorsMemberPath As String, _
	newTaskPredecessorsMemberPath As String _
)

Parameters

oldTaskPredecessorsMemberPath
Type: System..::.String
newTaskPredecessorsMemberPath
Type: System..::.String

See Also