Called when the ScheduleMemberPath property changes.

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

Syntax

C#
protected virtual void OnScheduleMemberPathChanged(
	string oldScheduleMemberPath,
	string newScheduleMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnScheduleMemberPathChanged ( _
	oldScheduleMemberPath As String, _
	newScheduleMemberPath As String _
)

Parameters

oldScheduleMemberPath
Type: System..::.String
newScheduleMemberPath
Type: System..::.String

See Also