Represents event arguments for AssignmentInfoSaving event.

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

Syntax

C#
public class AssignmentInfoSavingEventArgs : GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemSavingEventArgs
Visual Basic (Declaration)
Public Class AssignmentInfoSavingEventArgs _
	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..::.AssignmentInfoSavingEventArgs

See Also