Enum InputMethodContext.EventType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
5

Events that are generated by the IMF.

C#
Copy
public enum EventType
Name Description
Commit

Commit received.

DeleteSurrounding

An event to delete a range of characters from the string.

GetSurrounding

An event to query string and the cursor position.

Preedit

Pre-edit changed.

PrivateCommand

Private command sent from the input panel.

Void

No event.