MedicalViewerKeyEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerKeyEventArgs class.
Syntax
C#
C++/CLI
            public: 
MedicalViewerKeyEventArgs(  
   int cellIndex, 
   array<RasterImage^>^ images, 
   int actionID, 
   Keys keyData 
) 

Parameters

cellIndex
The index of the cell that the user tag will be drawn on.

images
Array of Leadtools.RasterImage objects that contain the images to be updated.

actionID
The ID of the action that raised the event.

keyData
A System.Windows.Forms.Keys value representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, or ALT key was pressed at the same time. Possible values are obtained be applying the bitwise OR ( ¦ ) operator to constants from the Keys enumeration.

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.