Represents event arguments for PredecessorItemSaving event.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.ElementSavingEventArgs
      DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemSavingEventArgs
        DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemSavingEventArgs

See Also