Class PredictionHintDataUpdatedEventArgs

    Definition

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

    This class contains the data related to the PredictionHintDataUpdated event.

    public class PredictionHintDataUpdatedEventArgs
    Inheritance
    object
    PredictionHintDataUpdatedEventArgs

    Properties

    View Source

    Key

    The prediction hint key.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    View Source

    Value

    The prediction hint value.

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