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.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public event EventHandler<GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs> PredecessorItemLoading |
| Visual Basic (Declaration) |
|---|
Public Event PredecessorItemLoading As EventHandler(Of GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs) |