MedicalViewerDragEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerDragEventArgs class with explicit parameters.
Syntax
C#
C++/CLI
public MedicalViewerDragEventArgs( 
   MedicalViewerBaseCell cell, 
   int cellIndex, 
   int subCellIndex, 
   IDataObject data, 
   int keyState, 
   int x, 
   int y, 
   DragDropEffects allowedEffect, 
   DragDropEffects 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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.