Class MediaKeyEventArgs
Definition
- Assembly:
- Tizen.System.MediaKey.dll
The class for event arguments of the media key.
public class MediaKeyEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaKeyEventArgs
Properties
View SourceStatus
The key status.
Declaration
public MediaKeyEventArgs.KeyStatus Status { get; }
Property Value
Type | Description |
---|---|
MediaKeyEventArgs.KeyStatus |
Value
The key value.
Declaration
public MediaKeyEventArgs.KeyValue Value { get; }
Property Value
Type | Description |
---|---|
MediaKeyEventArgs.KeyValue |