OnKeyUp
EventOnKeyUp (Event)
Occurs when the user releases a key from the keyboard when AVAX has the focus
Syntax:
Private Sub object_OnKeyUp(Sender As System.Object, e As KeyUpEventArgs)
The OnKeyUp event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.KeyCode |
Short |
The key code |
e.Shift |
Short |
Returns an integer that corresponds to the state of the SHIFT, CTRL, and ALT keys when the button specified in the button argument is pressed or released |