InputElementTextInputMethodClientRequested Event

Occurs when an input element gains input focus and input method is looking for the corresponding client

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public event EventHandler<TextInputMethodClientRequestedEventArgs> TextInputMethodClientRequested

Value

EventHandlerTextInputMethodClientRequestedEventArgs

See Also