Class RegionFormatChangedEventArgs

Definition

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

The class for the argument of the RegionFormatChanged EventHandler

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

Constructors

View Source

RegionFormatChangedEventArgs(string)

Initializes RegionFormatChangedEventArgs class

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

The information of the Region

Properties

View Source

Region

The property to get the information of the Region

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