Class PreferenceChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Preference.dll
This class is an event argument of the PreferenceChanged event.
public class PreferenceChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPreferenceChangedEventArgs
Properties
View SourceKey
The key of the preference whose value is changed.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |