ShuffleEnabledChangeRequestedEventArgs.RequestedShuffleEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.