Class CurrentLanguageChangedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This class holds information about the CurrentLanguageChanged event.

C#
Copy
public class CurrentLanguageChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
CurrentLanguageChangedEventArgs

Properties

View Source

CurrentLanguage

The current language.

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

PreviousLanguage

The previous language.

Declaration
C#
Copy
public string PreviousLanguage { get; set; }
Property Value
Type Description
string