Class CurrentLanguageChangedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControl
Assembly:
Tizen.Uix.VoiceControl.dll
API Level:
3

This class holds information about the CurrentLanguageChanged event.

C#
Copy
public class CurrentLanguageChangedEventArgs
Inheritance
System.Object
CurrentLanguageChangedEventArgs

Properties

View Source

CurrentLanguage

The current language.

Declaration
C#
Copy
public string CurrentLanguage { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

PreviousLanguage

The previous language.

Declaration
C#
Copy
public string PreviousLanguage { get; }
Property Value
Type Description
System.String
API Level: 3