Back to Devexpress

PredecessorLinkEditedEventArgs Properties

wpf-devexpress-dot-xpf-dot-gantt-dot-predecessorlinkeditedeventargs-dot-underscore-properties.md

latest3.2 KB
Original Source

PredecessorLinkEditedEventArgs Properties

Provides data for the GanttView.PredecessorLinkEdited event.

NameDescription
CancelGets or sets whether the applied changes must be canceled.
ChangeTypeGets a type of change an end user made (created, deleted, or changed a predecessor link).
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
LinkTypeGets the type of the edited link.
OldSuccessorGets the successor task that was linked to the predecessor task before editing the connector.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
PredecessorGets a predecessor task.
PredecessorLinkGets an edited predecessor link (connector).
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
SuccessorGets the successor task that is linked to the predecessor task after editing the connector.

See Also

PredecessorLinkEditedEventArgs Class

PredecessorLinkEditedEventArgs Members

DevExpress.Xpf.Gantt Namespace