Called when the PredecessorsStringMemberPath property changes.

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

Syntax

C#
protected virtual void OnPredecessorsStringMemberPathChanged(
	string oldPredecessorsStringMemberPath,
	string newPredecessorsStringMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnPredecessorsStringMemberPathChanged ( _
	oldPredecessorsStringMemberPath As String, _
	newPredecessorsStringMemberPath As String _
)

Parameters

oldPredecessorsStringMemberPath
Type: System..::.String
newPredecessorsStringMemberPath
Type: System..::.String

See Also