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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX