Called when the TaskPredecessorsStringMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskPredecessorsStringMemberPathChanged(
	string oldTaskPredecessorsStringMemberPath,
	string newTaskPredecessorsStringMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskPredecessorsStringMemberPathChanged ( _
	oldTaskPredecessorsStringMemberPath As String, _
	newTaskPredecessorsStringMemberPath As String _
)

Parameters

oldTaskPredecessorsStringMemberPath
Type: System..::.String
newTaskPredecessorsStringMemberPath
Type: System..::.String

See Also