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

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

Syntax

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

See Also