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.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
public event NewItemEventHandler NewResource |
Visual Basic (Declaration) |
---|
Public Event NewResource As NewItemEventHandler |