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
    object
    System.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

    Properties

    View Source

    Region

    The property to get the intformation of the Region

    Declaration
    public string Region { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX