Occurs when a new assignment is created in the assignment collection of a task to allow the event handlers to create their own assignment type. The values stored in the Parameters collection of the NewItemEventArgs class indicate: assignment resource, and allocation units.

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

Syntax

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

See Also