ShuffleEnabledChangeRequestedEventArgs.RequestedShuffleEnabled Property

Definition

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

public:
 property bool RequestedShuffleEnabled { bool get(); };
bool RequestedShuffleEnabled();
public bool RequestedShuffleEnabled { get; }
var boolean = shuffleEnabledChangeRequestedEventArgs.requestedShuffleEnabled;
Public ReadOnly Property RequestedShuffleEnabled As Boolean

Property Value

Boolean

bool

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

Applies to