Class MediaKeyEventArgs
Definition
- Assembly:
- Tizen.System.MediaKey.dll
Event arguments class for handling media key events.
public 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
View SourceStatus
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.
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.