handleDragStarted Method

Summary

Handles clicking actions of the user (using mouse/touch) on the item where the drawable is located.

Syntax
TypeScript
JavaScript
PanoramicPolygon.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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.