Class ShuffleModeCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the ShuffleModeCommandReceived event.
public class ShuffleModeCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsShuffleModeCommandReceivedEventArgs
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 |
---|---|
System.ArgumentNullException |
|
Properties
View SourceCommand
Gets the ShuffleModeCommand.
Declaration
public ShuffleModeCommand Command { get; }
Property Value
Type | Description |
---|---|
ShuffleModeCommand |