handleDragStarted Method

Summary

Handles mouse clicking or touch actions on the item where the drawable is located.

Syntax
TypeScript
JavaScript
CTRTool.prototype.handleDragStarted = function( 
   item, 
   x, 
   y, 
   e 
) 
handleDragStarted( 
   item: ImageViewerItem, 
   x: number, 
   y: number, 
   e: InteractiveDragStartedEventArgs 
): void; 

Parameters

item

The item where the drawable is located in.

x

The x-coordinate of the mouse.

y

The y-coordinate of the mouse.

e

The native interactive arguments.

Remarks

HandleDragStarted is an overridden method. To handle mouse/touch down actions use HandleDragStart or to handle mouse/touch up actions, use HandleDragCompleted.

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.