TextInputMethodClientRequestedEventArgs Class

Namespace
Avalonia.Input.TextInput
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["TextInputMethodClientRequestedEventArgs"] class Type type-node

Syntax

public class TextInputMethodClientRequestedEventArgs : RoutedEventArgs

Properties

Name Value Summary
Client ITextInputMethodClient?
Set this property to a valid text input client to enable input method interaction
Handled bool
Inherited from RoutedEventArgs
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs