Occurs when a resource XML element is generated based on a source resource object during Save method execution.

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

Syntax

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

See Also