Class InputMethodContext.EventData
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
This structure is used to pass on data from the IMF regarding predictive text.
C#Copypublic class EventData : IDisposable
- Inheritance
-
System.ObjectInputMethodContext.EventData
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic EventData()
API Level: 5
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. |
System.String | aPredictiveString | The pre-edit or the commit string. |
System.Int32 | aCursorOffset | Start the position from the current cursor position to start deleting characters. |
System.Int32 | aNumberOfChars | The number of characters to delete from the cursorOffset. |
API Level: 5
Fields
Declaration
C#Copyprotected bool disposed
Field Value
Type | Description |
---|---|
System.Boolean |
API Level: 5
Declaration
C#Copyprotected bool swigCMemOwn
Field Value
Type | Description |
---|---|
System.Boolean |
API Level: 5
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 |
---|---|
System.Int32 |
API Level: 5
Declaration
C#Copypublic InputMethodContext.EventType EventName { get; set; }
Property Value
Type | Description |
---|---|
InputMethodContext.EventType |
API Level: 5
Declaration
C#Copypublic int NumberOfChars { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
API Level: 5
Declaration
C#Copypublic string PredictiveString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 5
Methods
Declaration
C#Copypublic void Dispose()
API Level: 5
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
API Level: 5
Declaration
C#Copyprotected void Finalize()
API Level: 5
Implements
System.IDisposable