Provides data for the MedicalViewer.ViewerDragDrop, MedicalViewer.ViewerDragOver, MedicalViewerBaseCell.CellDragDrop, and MedicalViewerBaseCell.CellDragOver events.
public class MedicalViewerDragEventArgs : DragEventArgs
Public Class MedicalViewerDragEventArgs
Inherits System.Windows.Forms.DragEventArgs
public ref class MedicalViewerDragEventArgs : public System.Windows.Forms.DragEventArgs
To make the drag drop feature works, set the control property System.Windows.Forms.Control.AllowDrop to true, then register the event System.Windows.Forms.Control.DragEnter. The MedicalViewer.ViewerDragDrop and MedicalViewerBaseCell.CellDragDrop events occur when the user completes a drag-and-drop operation by dragging an object over the control and then dropping it onto the control by releasing the mouse button.
The System.Windows.Forms.Control.DragEnter event occurs when the user moves the mouse pointer onto the control while dragging an object with the mouse.
The MedicalViewer.ViewerDragOver and MedicalViewerBaseCell.CellDragOver events occur when the user moves the mouse pointer over the control while dragging an object with the mouse.
A System.Windows.Forms.DragEventArgs object specifies any data associated with this event; the current state of the SHIFT, CTRL, and ALT keys; the location of the mouse pointer; and the drag-and-drop effects allowed by the source and target of the drag event.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document