Class ShuffleModeCommandReceivedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
5

Provides data for the ShuffleModeCommandReceived event.

C#
Copy
public class ShuffleModeCommandReceivedEventArgs : EventArgs
Inheritance
ShuffleModeCommandReceivedEventArgs

Constructors

View Source

ShuffleModeCommandReceivedEventArgs(ShuffleModeCommand)

Initializes a new instance of the ShuffleModeCommandReceivedEventArgs class.

Declaration
C#
Copy
public ShuffleModeCommandReceivedEventArgs(ShuffleModeCommand command)
Parameters
Type Name Description
ShuffleModeCommand command

The playback position command.

Exceptions
Type Condition
ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the ShuffleModeCommand.

Declaration
C#
Copy
public ShuffleModeCommand Command { get; }
Property Value
Type Description
ShuffleModeCommand
API Level: 5