Delegate TextCompositionEventHandler
Represents the method that will handle the TextInput routed event.
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public delegate void TextCompositionEventHandler(object sender, TextCompositionEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object where the event handler is attached. |
| TextCompositionEventArgs | e | Event data for the event. |