Class ShuffleModeUpdatedEventArgs

Definition

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

Provides data for the ShuffleModeUpdated event.

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

Constructors

View Source

ShuffleModeUpdatedEventArgs(bool)

Initializes a new instance of the ShuffleModeUpdatedEventArgs class.

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

A value indicating whether the shuffle mode is enabled.

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
bool

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