Class RegionFormatChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
The class for the argument of the RegionFormatChanged EventHandler
public class RegionFormatChangedEventArgs : EventArgs
- Inheritance
Constructors
View SourceRegionFormatChangedEventArgs(String)
Initializes RegionFormatChangedEventArgs class
Declaration
public RegionFormatChangedEventArgs(string region)
Parameters
Type | Name | Description |
---|---|---|
String | region | The information of the Region |
API Level: 3
Properties
View SourceRegion
The property to get the information of the Region
Declaration
public string Region { get; }
Property Value
Type | Description |
---|---|
String |