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