Show / Hide Table of Contents

    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
    Object
    EventArgs
    RegionFormatChangedEventArgs

    Constructors

    View Source

    RegionFormatChangedEventArgs(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 Source

    Region

    The property to get the information of the Region

    Declaration
    public string Region { get; }
    Property Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX