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
    System.EventArgs
    PreferenceChangedEventArgs

    Properties

    View Source

    Key

    The key of the preference whose value is changed.

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