Class SubtitleModeCommandReceivedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Provides data for the SubtitleModeCommandReceived event.

C#
Copy
public class SubtitleModeCommandReceivedEventArgs : EventArgs
Inheritance
object
System.EventArgs
SubtitleModeCommandReceivedEventArgs

Properties

View Source

Command

Gets the SubtitleModeCommand.

Declaration
C#
Copy
public SubtitleModeCommand Command { get; }
Property Value
Type Description
SubtitleModeCommand