Table of Contents

Class KeyInjectionEvent

Namespace
Terminal.Gui.Testing
Assembly
Terminal.Gui.dll

Keyboard input injection event in a sequence.

public record KeyInjectionEvent : InputInjectionEvent, IEquatable<InputInjectionEvent>, IEquatable<KeyInjectionEvent>
Inheritance
KeyInjectionEvent
Implements
Inherited Members

Constructors

KeyInjectionEvent(Key)

Keyboard input injection event in a sequence.

KeyInjectionEvent(KeyInjectionEvent)

Properties

EqualityContract
Key

The key to inject.

Methods

Deconstruct(out Key)
Equals(object?)
Equals(InputInjectionEvent?)
Equals(KeyInjectionEvent?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

operator ==(KeyInjectionEvent?, KeyInjectionEvent?)
operator !=(KeyInjectionEvent?, KeyInjectionEvent?)