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

The GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemSavingEventArgs 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 source GanttChartItem object.
(Inherited from GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemSavingEventArgs.)
OutputXml
Gets or sets the XML content that will be used as output data within the Save operation.
(Inherited from GanttChartView..::.ProjectXmlSerializer..::.ElementSavingEventArgs.)
PredecessorItem
Indicates the source PredecessorItem object.

See Also