Called when the TaskItemMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskItemMemberPathChanged(
	string oldTaskItemMemberPath,
	string newTaskItemMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskItemMemberPathChanged ( _
	oldTaskItemMemberPath As String, _
	newTaskItemMemberPath As String _
)

Parameters

oldTaskItemMemberPath
Type: System..::.String
newTaskItemMemberPath
Type: System..::.String

See Also