Called when the EffortMemberPath property changes.

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

Syntax

C#
protected virtual void OnEffortMemberPathChanged(
	string oldEffortMemberPath,
	string newEffortMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnEffortMemberPathChanged ( _
	oldEffortMemberPath As String, _
	newEffortMemberPath As String _
)

Parameters

oldEffortMemberPath
Type: System..::.String
newEffortMemberPath
Type: System..::.String

See Also