Called when the IsMilestoneMemberPath property changes.

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

Syntax

C#
protected virtual void OnIsMilestoneMemberPathChanged(
	string oldIsMilestoneMemberPath,
	string newIsMilestoneMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsMilestoneMemberPathChanged ( _
	oldIsMilestoneMemberPath As String, _
	newIsMilestoneMemberPath As String _
)

Parameters

oldIsMilestoneMemberPath
Type: System..::.String
newIsMilestoneMemberPath
Type: System..::.String

See Also