Represents event arguments for PredecessorItemSaving event.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.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.Web.UI.WebControls..::.GanttChartView..::.ProjectXmlSerializer..::.ElementSavingEventArgs
      DlhSoft.Web.UI.WebControls..::.GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemSavingEventArgs
        DlhSoft.Web.UI.WebControls..::.GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemSavingEventArgs

See Also