Class StateChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds information related to the TTS 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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX