Panel.KeyUp Event
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shadows Event KeyUp As KeyEventHandler [C#] public new event KeyEventHandler KeyUp; [C++] public: __event KeyEventHandler* KeyUp;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
See Also
Panel Class | Panel Members | System.Windows.Forms Namespace