Class MediaKey
Definition
- Assembly:
- Tizen.System.MediaKey.dll
The class for receiving events of media keys.
public static class MediaKey
- Inheritance
-
objectMediaKey
Events
View SourceEvent
Adds or removes events for all media keys.
Declaration
public static event EventHandler<MediaKeyEventArgs> Event
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><MediaKeyEventArgs> |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Failed to reserve or release the key. |