Is this page helpful?

In this page

handleDragCompleted Method

Summary

Handles the mouse or touch release action of the user from the item where the CTR tool annotation handle is located.

Syntax
TypeScript
JavaScript
CTRTool.prototype.handleDragCompleted = function( 
   x, 
   y, 
   args 
) 
handleDragCompleted( 
   x: number, 
   y: number, 
   args: InteractiveDragCompletedEventArgs 
): void; 

Parameters

x

The x-coordinate of the mouse.

y

the y-coordinate of the mouse.

args

The native interactive arguments.

Remarks

To handle mouse/touch down actions refer to HandleDragStart. To detect whether a click occurred on the created drawable, implement HitTest.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.