Represents the method that will handle the events of the Keyboard class.
| C# | Visual Basic | Visual C++ |
public delegate void KeyEventHandler( Object sender, KeyEventArgs e )
Public Delegate Sub KeyEventHandler ( sender As Object, e As KeyEventArgs )
public delegate void KeyEventHandler( Object^ sender, KeyEventArgs^ e )
- sender (Object)
- The source of the event.
- e (KeyEventArgs)
- A KeyEventArgs that contains the event data.
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)