Class ShuffleModeUpdatedEventArgs

Definition

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

Provides data for the ShuffleModeUpdated event.

C#
Copy
public class ShuffleModeUpdatedEventArgs : EventArgs
Inheritance
ShuffleModeUpdatedEventArgs

Constructors

View Source

ShuffleModeUpdatedEventArgs(Boolean)

Initializes a new instance of the ShuffleModeUpdatedEventArgs class.

Declaration
C#
Copy
public ShuffleModeUpdatedEventArgs(bool enabled)
Parameters
Type Name Description
Boolean enabled

A value indicating whether the shuffle mode is enabled.

API Level: 4

Properties

View Source

Enabled

Gets a value indicating whether the shuffle mode is enabled.

Declaration
C#
Copy
public bool Enabled { get; }
Property Value
Type Description
Boolean

true if the shuffle mode is enabled; otherwise, false.

API Level: 4