Class MediaKeyEventArgs
Definition
- Assembly:
- Tizen.System.MediaKey.dll
Event arguments class for handling media key events.
C#
Copy
public class MediaKeyEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args MediaKey Event Args
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#
Copy
public MediaKeyEventArgs.KeyStatus Status { get; }
Property Value
Type | Description |
---|---|
Media |
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#
Copy
public MediaKeyEventArgs.KeyValue Value { get; }
Property Value
Type | Description |
---|---|
Media |
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.