Class MediaKeyEventArgs

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.MediaKey.dll

    Event arguments class for handling media key events.

    public class MediaKeyEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaKeyEventArgs
    Remarks

    This class provides properties that contain information about the media key event, such as the key value and key status. By implementing handlers for the appropriate events, you can respond to user interactions with media keys on supported devices.

    Properties

    View Source

    Status

    The key status.

    Declaration
    public MediaKeyEventArgs.KeyStatus Status { get; }
    Property Value
    Type Description
    MediaKeyEventArgs.KeyStatus
    Remarks

    This class provides properties that contain information about the media key event, such as the key value and key status. By implementing handlers for the appropriate events, you can respond to user interactions with media keys on supported devices.

    View Source

    Value

    The key value.

    Declaration
    public MediaKeyEventArgs.KeyValue Value { get; }
    Property Value
    Type Description
    MediaKeyEventArgs.KeyValue
    Remarks

    This class provides properties that contain information about the media key event, such as the key value and key status. By implementing handlers for the appropriate events, you can respond to user interactions with media keys on supported devices.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX