Represents a data serializer used to persist the contents of a GanttChartView control within a Project XML file.

The GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs type exposes the following members.

Constructors

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
GanttChartItem
Indicates the destination GanttChartItem object.
(Inherited from GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs.)
PredecessorItem
Indicates the destination PredecessorItem object.
SourceElement
Indicates the source XML element used as input data within the Load operation.
(Inherited from GanttChartView..::.ProjectXmlSerializer..::.ElementLoadingEventArgs.)

See Also