Class LocaleCountryChangedEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.SystemSettings.dll
API Level:
3
Privilege Level:
platform
Privilege:
http://tizen.org/privilege/systemsettings.admin
Feature:
http://tizen.org/feature/systemsetting

EventArgs type for the LocaleCountryChanged event.

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

Properties

View Source

Value

Indicates the current country setting in the <LANGUAGE>_<REGION> syntax. The country setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format.

Declaration
C#
Copy
public string Value { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3