C#
VB
C++
The object constructor for the KeyUpEventArgs object.
public KeyUpEventArgs(
short keyCode,
short shiftState
)
Public Function New( _
ByVal keyCode As Short, _
ByVal shiftState As Short _
)
public:
KeyUpEventArgs(
short keyCode,
short shiftState
)
keyCode
The short integer value identifying which key was released.
shiftState
The short integer shift state flags. 0x0001 = Shift is pressed, 0x0002 = Ctrl is pressed, and 0x0004 = Alt is pressed
This constructer is called internally when an KeyUpEvent occurs.
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