Called when the StartMemberPath property changes.

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

Syntax

C#
protected virtual void OnStartMemberPathChanged(
	string oldStartMemberPath,
	string newStartMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnStartMemberPathChanged ( _
	oldStartMemberPath As String, _
	newStartMemberPath As String _
)

Parameters

oldStartMemberPath
Type: System..::.String
newStartMemberPath
Type: System..::.String

See Also