Class TextEventArgs
The arguments associated with a TextInputEvent
public class TextEventArgs : RoutedEventArgs
- Inheritance
-
objectTextEventArgs
- Inherited Members
- Extension Methods
Properties
CompositionLength
Length of the current part of the composition being edited
public int CompositionLength { get; init; }
Property Value
CompositionStart
Start of the current composition being edited
public int CompositionStart { get; init; }
Property Value
Text
The text that was entered
public string Text { get; init; }
Property Value
Type
The type of text input event
public TextInputEventType Type { get; init; }