Represents a thumb control that allows updating task timing properties (such as start, finish, and completion) by drag and drop operations in GanttChartView control, and vertical position of tasks in the managed hierarchy by drag and drop operations in GanttChartDataGrid control.
The DragTaskThumb..::.CompletingDragEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DragTaskThumb..::.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.
| |
Handled | (Inherited from RoutedEventArgs.) | |
HoveredItem |
The item that is currently hovered (at ToIndex).
| |
Item |
The item that is about to be dropped to a new index.
| |
OriginalSource | (Inherited from RoutedEventArgs.) | |
RoutedEvent | (Inherited from RoutedEventArgs.) | |
Source | (Inherited from RoutedEventArgs.) | |
ToIndex |
The index where the item is about to be moved.
| |
WithChildren |
Indicates whether the move operation includes all children of the item.
|