Class CurrentLanguageChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.VoiceControl
    Assembly:
    Tizen.Uix.VoiceControl.dll

    This class holds information about the CurrentLanguageChanged event.

    public class CurrentLanguageChangedEventArgs
    Inheritance
    object
    CurrentLanguageChangedEventArgs

    Properties

    View Source

    CurrentLanguage

    The current language.

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

    PreviousLanguage

    The previous language.

    Declaration
    public string PreviousLanguage { get; }
    Property Value
    Type Description
    string

    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