Called when the PredecessorsStringMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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