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.dll) Version: 4.0.4.23593 (4.0.4.23593)