Table of Contents

Class TextEventArgs

Namespace
Stride.UI
Assembly
Stride.UI.dll

The arguments associated with a TextInputEvent

public class TextEventArgs : RoutedEventArgs
Inheritance
object
TextEventArgs
Inherited Members
Extension Methods

Properties

CompositionLength

Length of the current part of the composition being edited

public int CompositionLength { get; init; }

Property Value

int

CompositionStart

Start of the current composition being edited

public int CompositionStart { get; init; }

Property Value

int

Text

The text that was entered

public string Text { get; init; }

Property Value

string

Type

The type of text input event

public TextInputEventType Type { get; init; }

Property Value

TextInputEventType