Represents base event arguments for element loading events.

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

Syntax

C#
public class ElementLoadingEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ElementLoadingEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.ElementLoadingEventArgs
      DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.AssignableResourceInfoLoadingEventArgs
      DlhSoft.Windows.Controls..::.GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs

See Also