Class Mode360CommandReceivedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
6

Provides data for the Mode360CommandReceived event.

C#
Copy
public class Mode360CommandReceivedEventArgs : EventArgs
Inheritance
System.Object
Mode360CommandReceivedEventArgs

Properties

View Source

Command

Gets the Mode360Command.

Declaration
C#
Copy
public Mode360Command Command { get; }
Property Value
Type Description
Mode360Command
API Level: 6