Called when the PredecessorsMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected virtual void OnPredecessorsMemberPathChanged(
	string oldPredecessorsMemberPath,
	string newPredecessorsMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnPredecessorsMemberPathChanged ( _
	oldPredecessorsMemberPath As String, _
	newPredecessorsMemberPath As String _
)

Parameters

oldPredecessorsMemberPath
Type: System..::.String
newPredecessorsMemberPath
Type: System..::.String

See Also