Dong Bin
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Input/InputMethod.cs
|
|
@ -43,7 +43,7 @@ namespace Avalonia.Input |
|
|
|
|
|
|
|
|
public static void RemoveTextInputMethodClientRequeryRequestedHandler(Interactive element, EventHandler<RoutedEventArgs> handler) |
|
|
public static void RemoveTextInputMethodClientRequeryRequestedHandler(Interactive element, EventHandler<RoutedEventArgs> handler) |
|
|
{ |
|
|
{ |
|
|
element.AddHandler(TextInputMethodClientRequeryRequestedEvent, handler); |
|
|
element.RemoveHandler(TextInputMethodClientRequeryRequestedEvent, handler); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private InputMethod() |
|
|
private InputMethod() |
|
|
|