Class DisplayModeCommandReceivedEventArgs

Definition

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

Provides data for the DisplayModeCommandReceived event.

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

Properties

View Source

Command

Gets the DisplayModeCommand.

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