public event EventHandler<MedicalViewerDragEventArgs> ViewerDragOver
public:
event EventHandler<MedicalViewerDragEventArgs^>^ ViewerDragOver
The event handler receives an argument of type MedicalViewerDragEventArgs containing data related to this event. The following MedicalViewerDragEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AllowedEffect (Inherited from System.Windows.Forms.DragEventArgs) | Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event. |
CellIndex | Gets the cell index that the drag is over right now. |
Data (Inherited from System.Windows.Forms.DragEventArgs) | Gets the System.Windows.Forms.IDataObject that contains the data associated with this event. |
Effect (Inherited from System.Windows.Forms.DragEventArgs) | Gets or sets the target drop effect in a drag-and-drop operation. |
KeyState (Inherited from System.Windows.Forms.DragEventArgs) | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. |
SubCellIndex | Gets the sub-cell index that the drag is over right now. |
X (Inherited from System.Windows.Forms.DragEventArgs) | Gets the x-coordinate of the mouse pointer, in screen coordinates. |
Y (Inherited from System.Windows.Forms.DragEventArgs) | Gets the y-coordinate of the mouse pointer, in screen coordinates. |
Optional delegate method for additional processing. Occurs when an object is dragged over the viewer's bounds.
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