Class PreferenceChangedEventArgs

Definition

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

This class is an event argument of the PreferenceChanged event.

C#
Copy
public class PreferenceChangedEventArgs : EventArgs
Inheritance
System.Object
PreferenceChangedEventArgs

Properties

View Source

Key

The key of the preference whose value is changed.

Declaration
C#
Copy
public string Key { get; }
Property Value
Type Description
System.String
API Level: 3