Table of Contents

Class TextInputMethodClientRequestedEventArgs

Namespace
Avalonia.Input.TextInput
Assembly
Avalonia.Base.dll
public class TextInputMethodClientRequestedEventArgs : RoutedEventArgs
Inheritance
TextInputMethodClientRequestedEventArgs
Inherited Members

Constructors

TextInputMethodClientRequestedEventArgs()

public TextInputMethodClientRequestedEventArgs()

Properties

Client

Set this property to a valid text input client to enable input method interaction

public TextInputMethodClient? Client { get; set; }

Property Value

TextInputMethodClient