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