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