Called when the NodeListViewDisplayMemberPath property changes.

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

Syntax

C#
protected virtual void OnNodeListViewDisplayMemberPathChanged(
	string oldNodeListViewDisplayMemberPath,
	string newNodeListViewDisplayMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeListViewDisplayMemberPathChanged ( _
	oldNodeListViewDisplayMemberPath As String, _
	newNodeListViewDisplayMemberPath As String _
)

Parameters

oldNodeListViewDisplayMemberPath
Type: System..::.String
newNodeListViewDisplayMemberPath
Type: System..::.String

See Also