Class PreferenceChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Preference.dll

    This class represents the event arguments for the PreferenceChanged event.

    public class PreferenceChangedEventArgs : EventArgs
    Inheritance
    object
    PreferenceChangedEventArgs

    Properties

    View Source

    Key

    The key of the preference whose value is changed.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX