Called when the IsMilestone property changes.

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

Syntax

C#
protected virtual void OnIsMilestoneChanged(
	bool oldIsMilestone,
	bool newIsMilestone
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsMilestoneChanged ( _
	oldIsMilestone As Boolean, _
	newIsMilestone As Boolean _
)

Parameters

oldIsMilestone
Type: System..::.Boolean
newIsMilestone
Type: System..::.Boolean

See Also