dragCompleted Event

Summary

Occurs when the user completes a drag operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'dragCompleted',  
	get: function(), 
	set: function(value) 
) 
dragCompleted: LeadEvent; 

Remarks

The DragCompleted event will always occur after the DragStarted event and any of the following occur:

  • On a device that supports mouse: When the user releases the mouse button.

  • On a device that supports touch: When the user removes the finger from the device.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eInteractiveDragCompletedEventArgsThe event data.

Requirements

Target Platforms

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

Leadtools.Controls Assembly