Class RegionFormatChangedEventArgs

Definition

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

The class for the argument of the RegionFormatChanged EventHandler

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

Constructors

View Source

RegionFormatChangedEventArgs(String)

Initializes RegionFormatChangedEventArgs class

Declaration
C#
Copy
public RegionFormatChangedEventArgs(string region)
Parameters
Type Name Description
System.String region

The information of the Region

API Level: 3

Properties

View Source

Region

The property to get the information of the Region

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