TextInputMethodClientRequested 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)
- C#
- VB
- F#
public event EventHandler<TextInputMethodClientRequestedEventArgs> TextInputMethodClientRequested
Public Event TextInputMethodClientRequested As EventHandler(Of TextInputMethodClientRequestedEventArgs)
member TextInputMethodClientRequested : IEvent<EventHandler<TextInputMethodClientRequestedEventArgs>,
TextInputMethodClientRequestedEventArgs>
Value
EventHandler(TextInputMethodClientRequestedEventArgs)