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