Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
- API Level:
- 6
This class holds information about the CurrentLanguageChanged event.
public class CurrentLanguageChangedEventArgs : EventArgs
- Inheritance
-
System.Object
CurrentLanguageChangedEventArgs
Properties
Declaration
public string CurrentLanguage { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
Declaration
public string PreviousLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 6