Class PlaylistCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the PlaylistCommandReceived event.
C#Copypublic class PlaylistCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPlaylistCommandReceivedEventArgs
Constructors
View Source
PlaylistCommandReceivedEventArgs(PlaylistCommand)
Initializes a new instance of the PlaylistCommandReceivedEventArgs class.
Declaration
C#Copypublic PlaylistCommandReceivedEventArgs(PlaylistCommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| PlaylistCommand | command | The playback position command. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic PlaylistCommand Command { get; }
Property Value
| Type | Description |
|---|---|
| PlaylistCommand |