Class CurrentLanguageChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class holds information about the CurrentLanguageChanged event.
public class CurrentLanguageChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCurrentLanguageChangedEventArgs
Properties
View SourceCurrentLanguage
The current language.
Declaration
public string CurrentLanguage { get; }
Property Value
Type | Description |
---|---|
string |
PreviousLanguage
The previous language.
Declaration
public string PreviousLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |