| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3 	
                       		
			       | 
             
| Leadtools.Controls Assembly > Leadtools.Controls Namespace : InteractiveDragCompletedEventArgs Class | 
The following tables list the members exposed by InteractiveDragCompletedEventArgs.
| Name | Description | |
|---|---|---|
![]()  | InteractiveDragCompletedEventArgs Constructor | Initializes a new InteractiveDragCompletedEventArgs | 
| Name | Description | |
|---|---|---|
![]()  | Change | Change (delta) between the original and current position. | 
![]()  | Direction | Direction of the drag operation. | 
![]()  | IsCanceled | Indicates if this drag operation was canceled. | 
![]()  | IsHandled | Indicates whether this event is handled. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | IsMouseWheel | Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event. | 
![]()  | MouseButton | Mouse button that triggered this event. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | NativeEvent | Native event associated with this event. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Origin | Original mouse or touch position. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Position | Current mouse or touch position. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Velocity | Final horizontal and vertical velocity of the drag, if the drag was inertial. |