Class KeyboardEventArgs
Event arguments for keyboard key press/release.
Inheritance
System.Object
KeyboardEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public class KeyboardEventArgs
Constructors
| Improve this Doc View SourceKeyboardEventArgs(Key)
Declaration
public KeyboardEventArgs(Key key)
Parameters
Type | Name | Description |
---|---|---|
Key | key |
Properties
| Improve this Doc View SourceKey
Declaration
public Key Key { get; }
Property Value
Type | Description |
---|---|
Key |