Called when the GanttChartViewDisplayMemberPath property changes.

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

Syntax

C#
protected virtual void OnGanttChartViewDisplayMemberPathChanged(
	string oldGanttChartViewDisplayMemberPath,
	string newGanttChartViewDisplayMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnGanttChartViewDisplayMemberPathChanged ( _
	oldGanttChartViewDisplayMemberPath As String, _
	newGanttChartViewDisplayMemberPath As String _
)

Parameters

oldGanttChartViewDisplayMemberPath
Type: System..::.String
newGanttChartViewDisplayMemberPath
Type: System..::.String

See Also