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.ControlsAssembly: 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) |