Class SurroundingTextUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
This class contains the data related to the SurroundingTextUpdated event.
public class SurroundingTextUpdatedEventArgs
- Inheritance
-
SurroundingTextUpdatedEventArgs
Properties
View SourceContextId
The input context identification value of an associated text input UI control.
Declaration
public int ContextId { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceCursorPosition
The cursor position.
Declaration
public int CursorPosition { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceText
The string requested.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |