Occurs when a new resource is created in the collection by calling InsertNew method to allow the event handlers to create their own resource type. The values stored in the Parameters collection of the NewItemEventArgs class indicate: resource content, schedule, cost per usage, and cost per hour.

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

Syntax

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

See Also