Gets a value that indicates whether the specified task item has its work completed, based on the completion value. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public bool IsCompleted(
	TaskItem item
)
Visual Basic (Declaration)
Public Function IsCompleted ( _
	item As TaskItem _
) As Boolean

See Also