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