Class MediaKeyEventArgs
Definition
- Assembly:
- Tizen.System.MediaKey.dll
Event arguments class for handling media key events.
C#Copypublic class MediaKeyEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaKeyEventArgs
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
Declaration
C#Copypublic 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.
Declaration
C#Copypublic 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.