Leadtools.MedicalViewer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MedicalViewerKeyEventArgs Constructor
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerKeyEventArgs Class : MedicalViewerKeyEventArgs Constructor




cellIndex
The index of the cell that that the user tag will be drawn on.
images
Array of RasterImage objects that contain the images to be updated.
actionID
The ID of the action that raised the event.
keyData
A 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.
Initializes a new instance of the MedicalViewerKeyEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cellIndex As Integer, _
   ByVal images() As RasterImage, _
   ByVal actionID As Integer, _
   ByVal keyData As Keys _
)
Visual Basic (Usage)Copy Code
Dim cellIndex As Integer
Dim images() As RasterImage
Dim actionID As Integer
Dim keyData As Keys
 
Dim instance As MedicalViewerKeyEventArgs(cellIndex, images, actionID, keyData)
C# 
public MedicalViewerKeyEventArgs( 
   int cellIndex,
   RasterImage[] images,
   int actionID,
   Keys keyData
)
Managed Extensions for C++ 
public: MedicalViewerKeyEventArgs( 
   int cellIndex,
   RasterImage[] images,
   int actionID,
   Keys keyData
)
C++/CLI 
public:
MedicalViewerKeyEventArgs( 
   int cellIndex,
   array<RasterImage> images,
   int actionID,
   Keys keyData
)

Parameters

cellIndex
The index of the cell that that the user tag will be drawn on.
images
Array of RasterImage objects that contain the images to be updated.
actionID
The ID of the action that raised the event.
keyData
A 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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