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
| Name | Description | |
|---|---|---|
| DragAssignmentThumb..::.CompletingDragEventArgs |
Initializes a CompletingDragEventArgs instance.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.
|