Initializes a new instance of the MedicalViewerKeyEventArgs class.
public MedicalViewerKeyEventArgs(
int cellIndex,
RasterImage[] images,
int actionID,
Keys keyData
)
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET