Class LocaleChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    The class for the argument of the LocaleChanged EventHandler

    public class LocaleChangedEventArgs : EventArgs
    Inheritance
    object
    System.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

    Properties

    View Source

    Locale

    The property to get the intformation of the Locale

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