Class CustomCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Custom
public class CustomCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args CustomCommand Received Event Args
Constructors
View SourceCustomCommandReceivedEventArgs(CustomCommand)
Initializes a new instance of the Custom
Declaration
public CustomCommandReceivedEventArgs(CustomCommand command)
Parameters
Type | Name | Description |
---|---|---|
Custom |
command | The playback position command. |
Exceptions
Type | Condition |
---|---|
System. |
|
Properties
View SourceCommand
Gets the Custom
Declaration
public CustomCommand Command { get; }
Property Value
Type | Description |
---|---|
Custom |