Class SurroundingTextUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
This class contains the data related to the SurroundingTextUpdated event.
C#Copypublic class SurroundingTextUpdatedEventArgs
- Inheritance
-
objectSurroundingTextUpdatedEventArgs
Properties
View Source
ContextId
The input context identification value of an associated text input UI control.
Declaration
C#Copypublic int ContextId { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int CursorPosition { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic string Text { get; }
Property Value
Type | Description |
---|---|
string |