Called when the ResourceScheduleMemberPath property changes.

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

Syntax

C#
protected virtual void OnResourceScheduleMemberPathChanged(
	string oldResourceScheduleMemberPath,
	string newResourceScheduleMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnResourceScheduleMemberPathChanged ( _
	oldResourceScheduleMemberPath As String, _
	newResourceScheduleMemberPath As String _
)

Parameters

oldResourceScheduleMemberPath
Type: System..::.String
newResourceScheduleMemberPath
Type: System..::.String

See Also