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