Table of Contents

Class RawTextInputEventArgs

Namespace
Avalonia.Input.Raw
Assembly
Avalonia.Base.dll
[PrivateApi]
public class RawTextInputEventArgs : RawInputEventArgs
Inheritance
RawTextInputEventArgs
Inherited Members

Constructors

RawTextInputEventArgs(IKeyboardDevice, ulong, IInputRoot, string)

public RawTextInputEventArgs(IKeyboardDevice device, ulong timestamp, IInputRoot root, string text)

Parameters

device IKeyboardDevice
timestamp ulong
root IInputRoot
text string

Properties

Text

public string Text { get; }

Property Value

string