Occurs when a new task is created in the collection by calling InsertNew method to allow the event handlers to create their own task type. The values stored in the Parameters collection of the NewItemEventArgs class indicate: task content, indentation, expansion status, schedule, start date and time, effort, completed effort, and assignments.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public event NewItemEventHandler NewTask
Visual Basic (Declaration)
Public Event NewTask As NewItemEventHandler

See Also