Class KeyEventArgs
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Provides data for the events of the Keyboard class.
public class KeyEventArgs : KeyEventArgs
- Inheritance
-
KeyEventArgs
- Inherited Members
Properties
ScanCode
Gets the hardware scan code of the key that raised this event.
public int ScanCode { get; }
Property Value
Simulated
Gets a value indicating whether the event has been simulated or issued because of a physical keyboard action.
public bool Simulated { get; }
Property Value
Time
Gets the time the event was raised at.
public DateTime Time { get; }