Class PlayStateChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
8

An extended EventArgs class contains the play state.

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

Properties

View Source

PlayState

The current play state.

Declaration
C#
Copy
public PlayerState PlayState { get; }
Property Value
Type Description
PlayerState
API Level: 8