RanorexRanorex Documentation
KeyEventHandler Delegate
NamespacesRanorexKeyEventHandler
Represents the method that will handle the events of the Keyboard class.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sender (Object)
The source of the event.
e (KeyEventArgs)
A KeyEventArgs that contains the event data.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)