Represents event arguments for PredecessorItemLoading event.

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

Syntax

C#
public class PredecessorItemLoadingEventArgs : GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs
Visual Basic (Declaration)
Public Class PredecessorItemLoadingEventArgs _
	Inherits GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.ElementLoadingEventArgs
      DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs
        DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs

See Also