Called when the DurationMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected virtual void OnDurationMemberPathChanged(
	string oldDurationMemberPath,
	string newDurationMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnDurationMemberPathChanged ( _
	oldDurationMemberPath As String, _
	newDurationMemberPath As String _
)

Parameters

oldDurationMemberPath
Type: System..::.String
newDurationMemberPath
Type: System..::.String

See Also