Class InputMethodContext.EventData
Definition
- Assembly:
- Tizen.NUI.dll
This structure is used to pass on data from the IMF regarding predictive text.
C#Copypublic class InputMethodContext.EventData : IDisposable
- Inheritance
-
objectInputMethodContext.EventData
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic EventData()
Declaration
C#Copypublic EventData(InputMethodContext.EventType aEventName, string aPredictiveString, int aCursorOffset, int aNumberOfChars)
Parameters
Type | Name | Description |
---|---|---|
InputMethodContext.EventType | aEventName | The name of the event from the IMF. |
string | aPredictiveString | The pre-edit or the commit string. |
int | aCursorOffset | Start the position from the current cursor position to start deleting characters. |
int | aNumberOfChars | The number of characters to delete from the cursorOffset. |
Fields
Declaration
C#Copyprotected bool disposed
Field Value
Type | Description |
---|---|
bool |
Declaration
C#Copyprotected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View Source
CursorOffset
The start position from the current cursor position to start deleting characters.
Declaration
C#Copypublic int CursorOffset { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic InputMethodContext.EventType EventName { get; set; }
Property Value
Type | Description |
---|---|
InputMethodContext.EventType |
Declaration
C#Copypublic int NumberOfChars { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic string PredictiveString { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Declaration
C#Copyprotected ~EventData()
Implements
System.IDisposable