ShuffleEnabledChangeRequestedEventArgs ShuffleEnabledChangeRequestedEventArgs ShuffleEnabledChangeRequestedEventArgs ShuffleEnabledChangeRequestedEventArgs Class

Definition

Provides data for the ShuffleEnabledChangeRequested event.

public : sealed class ShuffleEnabledChangeRequestedEventArgs : IShuffleEnabledChangeRequestedEventArgspublic sealed class ShuffleEnabledChangeRequestedEventArgs : IShuffleEnabledChangeRequestedEventArgsPublic NotInheritable Class ShuffleEnabledChangeRequestedEventArgs Implements IShuffleEnabledChangeRequestedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by handling the ShuffleEnabledChangeRequested event.

Properties

RequestedShuffleEnabled RequestedShuffleEnabled RequestedShuffleEnabled RequestedShuffleEnabled

Gets a value indicating whether the request is to enable or disable shuffle.

public : PlatForm::Boolean RequestedShuffleEnabled { get; }public bool RequestedShuffleEnabled { get; }Public ReadOnly Property RequestedShuffleEnabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the request is for shuffle to be enabled; otherwise, false.