Represents a thumb control that allows moving task assignments among resources using drag and drop operations in a ScheduleChartView control.

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

Constructors

  NameDescription
DragAssignmentThumb..::.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.
FromResource
The resource row from where the item was dragged to a new row.
Handled (Inherited from RoutedEventArgs.)
Item
The item that is about to be dropped to a new resource row.
OriginalSource (Inherited from RoutedEventArgs.)
RoutedEvent (Inherited from RoutedEventArgs.)
Source (Inherited from RoutedEventArgs.)
ToResource
The resource row that the item was dragged to.

See Also