Represents an item to be managed within a collection by TaskManager component.

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

Syntax

C#
public class TaskItem : INotifyPropertyChanged
Visual Basic (Declaration)
Public Class TaskItem _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  DlhSoft.Windows.Data..::..TaskItem

See Also