Class RuntimeFeatureStatusChangedEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.Information.dll
API Level:
4

RuntimeFeatureStatusChangedEventArgs is an extended EventArgs class. This class contains event arguments for runtime event listeners.

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

Properties

View Source

Key

The key indicating the runtime system preference which was changed. It includes the prefix "http://" though you don't use for registering callback.

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