Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Stt
    Assembly:
    Tizen.Uix.Stt.dll

    This class holds information related to the STT StateChanged event.

    public class StateChangedEventArgs
    Inheritance
    object
    StateChangedEventArgs

    Properties

    View Source

    Current

    The current state.

    Declaration
    public State Current { get; }
    Property Value
    Type Description
    State
    View Source

    Previous

    The previous state.

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