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