Called when the ResourceCostPerHourMemberPath property changes.

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

Syntax

C#
protected virtual void OnResourceCostPerHourMemberPathChanged(
	string oldResourceCostPerHourMemberPath,
	string newResourceCostPerHourMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnResourceCostPerHourMemberPathChanged ( _
	oldResourceCostPerHourMemberPath As String, _
	newResourceCostPerHourMemberPath As String _
)

Parameters

oldResourceCostPerHourMemberPath
Type: System..::.String
newResourceCostPerHourMemberPath
Type: System..::.String

See Also