Class TrackInfoChangedEventArgs

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 TrackInfoChangedEventArgs : EventArgs
Inheritance
System.Object
TrackInfoChangedEventArgs

Properties

View Source

TrackData

The current track data

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