Class ShuffleModeUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the ShuffleModeUpdated event.
public class ShuffleModeUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsShuffleModeUpdatedEventArgs
Constructors
View SourceShuffleModeUpdatedEventArgs(bool)
Initializes a new instance of the ShuffleModeUpdatedEventArgs class.
Declaration
public ShuffleModeUpdatedEventArgs(bool enabled)
Parameters
Type | Name | Description |
---|---|---|
bool | enabled | A value indicating whether the shuffle mode is enabled. |
Properties
View SourceEnabled
Gets a value indicating whether the shuffle mode is enabled.
Declaration
public bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool | true if the shuffle mode is enabled; otherwise, false. |