Initializes a new instance of the TaskItem class.

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

Syntax

C#
public TaskItem(
	Object content,
	int indentation
)
Visual Basic (Declaration)
Public Sub New ( _
	content As Object, _
	indentation As Integer _
)

Parameters

content
Type: System..::.Object
Content of this TaskItem.
indentation
Type: System..::.Int32
Indentation level of this TaskItem.

See Also