LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

MedicalViewerDragEventArgs Constructor (MedicalViewerDragEventArgs)

Show in webframe





the cell that the drag is on.
the cell index that the drag is over right now.
the sub-cell index that the drag is over right now.
IDataObject that contains the data associated with this event.
the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
the x-coordinate of the mouse pointer, in screen coordinates.
the y-coordinate of the mouse pointer, in screen coordinates.
the drag-and-drop operations which are allowed by the originator (or source) of the drag event.
the target drop effect in a drag-and-drop operation.
Initializes a new instance of the MedicalViewerDragEventArgs class with explicit parameters.
Syntax
public MedicalViewerDragEventArgs( 
   MedicalViewerBaseCell cell,
   int cellIndex,
   int subCellIndex,
   IDataObject data,
   int keyState,
   int x,
   int y,
   DragDropEffects allowedEffect,
   DragDropEffects effect
)
'Declaration
 
Public Function New( _
   ByVal cell As MedicalViewerBaseCell, _
   ByVal cellIndex As Integer, _
   ByVal subCellIndex As Integer, _
   ByVal data As IDataObject, _
   ByVal keyState As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal allowedEffect As DragDropEffects, _
   ByVal effect As DragDropEffects _
)
'Usage
 
Dim cell As MedicalViewerBaseCell
Dim cellIndex As Integer
Dim subCellIndex As Integer
Dim data As IDataObject
Dim keyState As Integer
Dim x As Integer
Dim y As Integer
Dim allowedEffect As DragDropEffects
Dim effect As DragDropEffects
 
Dim instance As New MedicalViewerDragEventArgs(cell, cellIndex, subCellIndex, data, keyState, x, y, allowedEffect, effect)

            

            
public:
MedicalViewerDragEventArgs( 
   MedicalViewerBaseCell^ cell,
   int cellIndex,
   int subCellIndex,
   IDataObject^ data,
   int keyState,
   int x,
   int y,
   DragDropEffects allowedEffect,
   DragDropEffects effect
)

Parameters

cell
the cell that the drag is on.
cellIndex
the cell index that the drag is over right now.
subCellIndex
the sub-cell index that the drag is over right now.
data
IDataObject that contains the data associated with this event.
keyState
the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
x
the x-coordinate of the mouse pointer, in screen coordinates.
y
the y-coordinate of the mouse pointer, in screen coordinates.
allowedEffect
the drag-and-drop operations which are allowed by the originator (or source) of the drag event.
effect
the target drop effect in a drag-and-drop operation.
Requirements

Target Platforms

See Also

Reference

MedicalViewerDragEventArgs Class
MedicalViewerDragEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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