Show / Hide Table of Contents

    Class LocaleChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    3

    The class for the argument of the LocaleChanged EventHandler

    public class LocaleChangedEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    LocaleChangedEventArgs

    Constructors

    View Source

    LocaleChangedEventArgs(String)

    Initializes LocaleChangedEventArgs class

    Declaration
    public LocaleChangedEventArgs(string locale)
    Parameters
    Type Name Description
    String locale

    The information of the Locale

    API Level: 3

    Properties

    View Source

    Locale

    The property to get the information of the Locale

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