Represents a thumb control that allows creating task dependencies by drag and drop operations in a GanttChartView control.

The DragDependencyThumb..::.CompletingDragEventArgs type exposes the following members.

Constructors

  NameDescription
DragDependencyThumb..::.CompletingDragEventArgs
Initializes a CompletingDragEventArgs instance.

Methods

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

Properties

  NameDescription
Cancel
Allows the developer to cancel exection of the move operation, depending on external requirements.
DependencyType
Allows the developer to optionally set a different dependency type for the link.
FromItem
The item from where the dependency line is dragged.
Handled (Inherited from RoutedEventArgs.)
OriginalSource (Inherited from RoutedEventArgs.)
RoutedEvent (Inherited from RoutedEventArgs.)
Source (Inherited from RoutedEventArgs.)
ToItem
The item to where the dependency line is dragged.

See Also