Called when the CostMemberPath property changes.

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

Syntax

C#
protected virtual void OnCostMemberPathChanged(
	string oldCostMemberPath,
	string newCostMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnCostMemberPathChanged ( _
	oldCostMemberPath As String, _
	newCostMemberPath As String _
)

Parameters

oldCostMemberPath
Type: System..::.String
newCostMemberPath
Type: System..::.String

See Also