Class LocaleChangedEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

The class for the argument of the LocaleChanged EventHandler

C#
Copy
public class LocaleChangedEventArgs : EventArgs
Inheritance
System.Object
LocaleChangedEventArgs

Constructors

View Source

LocaleChangedEventArgs(String)

Initializes LocaleChangedEventArgs class

Declaration
C#
Copy
public LocaleChangedEventArgs(string locale)
Parameters
Type Name Description
System.String locale

The information of the Locale

API Level: 3

Properties

View Source

Locale

The property to get the information of the Locale

Declaration
C#
Copy
public string Locale { get; }
Property Value
Type Description
System.String
API Level: 3