Class RuntimeFeatureStatusChangedEventArgs

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Information.dll

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

    public class RuntimeFeatureStatusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    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
    public string Key { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX