←Select platform

DragCompleted Event (InteractiveService)

Summary

Occurs when the user completes a drag operation.

Syntax

C#
VB
C++
public event EventHandler<Leadtools.Controls.InteractiveDragCompletedEventArgs> DragCompleted 
Public Event DragCompleted As EventHandler(Of Leadtools.Controls.InteractiveDragCompletedEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::InteractiveDragCompletedEventArgs^>^ DragCompleted 

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
senderobjectThe source of the event.
eInteractiveDragCompletedEventArgsThe event data.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize