Called when the Completion property changes.

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

Syntax

C#
protected virtual void OnCompletionChanged(
	double oldCompletion,
	double newCompletion
)
Visual Basic (Declaration)
Protected Overridable Sub OnCompletionChanged ( _
	oldCompletion As Double, _
	newCompletion As Double _
)

Parameters

oldCompletion
Type: System..::.Double
newCompletion
Type: System..::.Double

See Also