Class KeyDownAction
public sealed record KeyDownAction : IKeySourceAction, ISourceAction, IEquatable<KeyDownAction>
- Inheritance
-
KeyDownAction
- Implements
- Inherited Members
Constructors
KeyDownAction(char)
public KeyDownAction(char Value)
Parameters
Valuechar
Properties
Value
public char Value { get; init; }