Occurs when a key is released while the control has focus.
| C# | Visual Basic | Visual C++ |
event KeyEventHandler KeyUp
Event KeyUp As KeyEventHandler
event KeyEventHandler^ KeyUp { void add (KeyEventHandler^ value); void remove (KeyEventHandler^ value); }