Occurs when a PredecessorItem object is instantiated based on a source predecessor link XML element and is about to be added to a GanttChartItem object during Load method execution.

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

Syntax

C#
public event EventHandler<GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs> PredecessorItemLoading
Visual Basic (Declaration)
Public Event PredecessorItemLoading As EventHandler(Of GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs)

See Also