Class TextInputEvent
Input event used for text input and IME related events
public class TextInputEvent : InputEvent, IInputEventArgs
  - Inheritance
 - 
      objectTextInputEvent
 
- Implements
 
- Inherited Members
 
Fields
CompositionLength
Length of the current part of the composition being edited
public int CompositionLength
  Field Value
CompositionStart
Start of the current composition being edited
public int CompositionStart
  Field Value
Text
The text that was entered
public string Text
  Field Value
Type
The type of text input event
public TextInputEventType Type
  Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.