Class RepeatModeCommandReceivedEventArgs

Definition

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

Provides data for the RepeatModeCommandReceived event.

C#
Copy
public class RepeatModeCommandReceivedEventArgs : EventArgs
Inheritance
System.Object
RepeatModeCommandReceivedEventArgs

Constructors

View Source

RepeatModeCommandReceivedEventArgs(RepeatModeCommand)

Initializes a new instance of the RepeatModeCommandReceivedEventArgs class.

Declaration
C#
Copy
public RepeatModeCommandReceivedEventArgs(RepeatModeCommand command)
Parameters
Type Name Description
RepeatModeCommand command

The repeat mode command.

Exceptions
Type Condition
System.ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the RepeatModeCommand.

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