Class MediaKeyEventArgs

Definition

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

Event arguments class for handling media key events.

C#
Copy
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
C#
Copy
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
C#
Copy
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.