Class LocaleChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
The class for the argument of the LocaleChanged EventHandler
public class LocaleChangedEventArgs : EventArgs
- Inheritance
Constructors
View SourceLocaleChangedEventArgs(String)
Initializes LocaleChangedEventArgs class
Declaration
public LocaleChangedEventArgs(string locale)
Parameters
Type | Name | Description |
---|---|---|
String | locale | The information of the Locale |
API Level: 3
Properties
View SourceLocale
The property to get the information of the Locale
Declaration
public string Locale { get; }
Property Value
Type | Description |
---|---|
String |