LEADTOOLS Medical (Leadtools.MedicalViewer assembly)
LEAD Technologies, Inc

ViewerDragOver Event






Optional delegate method for additional processing.
Syntax
public event EventHandler<MedicalViewerDragEventArgs> ViewerDragOver
'Declaration
 
Public Event ViewerDragOver As EventHandler(Of MedicalViewerDragEventArgs)
'Usage
 
Dim instance As MedicalViewer
Dim handler As EventHandler(Of MedicalViewerDragEventArgs)
 
AddHandler instance.ViewerDragOver, handler
public event EventHandler<MedicalViewerDragEventArgs> ViewerDragOver
add_ViewerDragOver(function(sender, e))
remove_ViewerDragOver(function(sender, e))

public:
event EventHandler<MedicalViewerDragEventArgs^>^ ViewerDragOver
Event Data

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.

PropertyDescription
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.
Remarks
Optional delegate method for additional processing. Occurs when an object is dragged over the viewer's bounds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalViewer Class
MedicalViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features