This document is archived and information here might be outdated. Recommended version. |
Occurs when a key on the keyboard is released when this constructor is active.
[Visual Basic .NET]
Public Sub OnKeyUp ( _
ByVal keyState As Integer, _
ByVal shift As Integer _
)
[C#]
public void OnKeyUp (
int keyState,
int shift
);