Occurs when the user completes a drag operation.
public event EventHandler<InteractiveDragCompletedEventArgs> DragCompleted
Public Event DragCompleted As EventHandler(Of Leadtools.Controls.InteractiveDragCompletedEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractiveDragCompletedEventArgs^>^ DragCompleted
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.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractiveDragCompletedEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET