Occurs when a GanttChartItem object is instantiated based on a source task XML element 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..::.GanttChartItemLoadingEventArgs> GanttChartItemLoading
Visual Basic (Declaration)
Public Event GanttChartItemLoading As EventHandler(Of GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs)

See Also