handleDragCompleted Method

Summary

Handles the release action of the user by mouse or touch from the item where the cut-line is located. It is overridden.

Syntax
TypeScript
JavaScript
CutLines.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, implements 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.