Class LocaleChangedEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll

The class for the argument of the LocaleChanged EventHandler

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

Constructors

View Source

LocaleChangedEventArgs(string)

Initializes LocaleChangedEventArgs class

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

The information of the Locale

Properties

View Source

Locale

The property to get the information of the Locale

Declaration
C#
Copy
public string Locale { get; }
Property Value
Type Description
string