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