Class DefaultVoiceChangedEventArgs

    Definition

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

    This class holds information related to the DefaultVoiceChanged event.

    public class DefaultVoiceChangedEventArgs
    Inheritance
    object
    DefaultVoiceChangedEventArgs

    Properties

    View Source

    Current

    The current SupportedVoice.

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

    Previous

    The previous SupportedVoice.

    Declaration
    public SupportedVoice Previous { get; }
    Property Value
    Type Description
    SupportedVoice

    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