Occurs when an assignment XML element is generated based on source GanttChartItem, resource, and allocation units objects during Save method execution.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public event EventHandler<GanttChartView..::.ProjectXmlSerializer..::.AssignmentInfoSavingEventArgs> AssignmentInfoSaving
Visual Basic (Declaration)
Public Event AssignmentInfoSaving As EventHandler(Of GanttChartView..::.ProjectXmlSerializer..::.AssignmentInfoSavingEventArgs)

See Also