Enum TextInputEventType
public enum TextInputEventTypeFields
- Composition = 1
- This the current text that has not yet been entered but is still being edited 
- Input = 0
- When new text is entered 
public enum TextInputEventTypeComposition = 1This the current text that has not yet been entered but is still being edited
Input = 0When new text is entered