←Select platform

MedicalViewerKeyEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerKeyEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal images() As Leadtools.RasterImage, _ 
   ByVal actionID As Integer, _ 
   ByVal keyData As Keys _ 
) 
             
            public: 
MedicalViewerKeyEventArgs(  
   int cellIndex, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly