Represents event arguments for ResourceInfoSaving event.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Web.Mvc..::.GanttChartView..::.ProjectXmlSerializer..::.ElementSavingEventArgs
      DlhSoft.Web.Mvc..::.GanttChartView..::.ProjectXmlSerializer..::.ResourceInfoSavingEventArgs

See Also