Class CustomCommandReceivedEventArgs

Definition

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

Provides data for the CustomCommandReceived or CustomCommandReceived event.

C#
Copy
public class CustomCommandReceivedEventArgs : EventArgs
Inheritance
CustomCommandReceivedEventArgs

Constructors

View Source

CustomCommandReceivedEventArgs(CustomCommand)

Initializes a new instance of the CustomCommandReceivedEventArgs class.

Declaration
C#
Copy
public CustomCommandReceivedEventArgs(CustomCommand command)
Parameters
Type Name Description
CustomCommand command

The playback position command.

Exceptions
Type Condition
ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the CustomCommand.

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