Class RepeatModeCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the RepeatModeCommandReceived event.
C#Copypublic class RepeatModeCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRepeatModeCommandReceivedEventArgs
Constructors
View Source
RepeatModeCommandReceivedEventArgs(RepeatModeCommand)
Initializes a new instance of the RepeatModeCommandReceivedEventArgs class.
Declaration
C#Copypublic RepeatModeCommandReceivedEventArgs(RepeatModeCommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| RepeatModeCommand | command | The playback position command. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic RepeatModeCommand Command { get; }
Property Value
| Type | Description |
|---|---|
| RepeatModeCommand |