Called when the IsStarted property changes.

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

Syntax

C#
protected virtual void OnIsStartedChanged(
	bool oldIsStarted,
	bool newIsStarted
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsStartedChanged ( _
	oldIsStarted As Boolean, _
	newIsStarted As Boolean _
)

Parameters

oldIsStarted
Type: System..::.Boolean
newIsStarted
Type: System..::.Boolean

See Also