Class RepeatModeCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the RepeatModeCommandReceived event.
public class RepeatModeCommandReceivedEventArgs : EventArgs
- Inheritance
Constructors
View SourceRepeatModeCommandReceivedEventArgs(RepeatModeCommand)
Initializes a new instance of the RepeatModeCommandReceivedEventArgs class.
Declaration
public RepeatModeCommandReceivedEventArgs(RepeatModeCommand command)
Parameters
Type | Name | Description |
---|---|---|
RepeatModeCommand | command | The repeat mode command. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
API Level: 5
Properties
View SourceCommand
Gets the RepeatModeCommand.
Declaration
public RepeatModeCommand Command { get; }
Property Value
Type | Description |
---|---|
RepeatModeCommand |