Class SurroundingTextUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    This class contains the data related to the SurroundingTextUpdated event.

    public class SurroundingTextUpdatedEventArgs
    Inheritance
    object
    SurroundingTextUpdatedEventArgs

    Properties

    View Source

    ContextId

    The input context identification value of an associated text input UI control.

    Declaration
    public int ContextId { get; }
    Property Value
    Type Description
    int
    View Source

    CursorPosition

    The cursor position.

    Declaration
    public int CursorPosition { get; }
    Property Value
    Type Description
    int
    View Source

    Text

    The string requested.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX