Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 958 Bytes

systemmediatransportcontrols_shuffleenabledchangerequested.md

File metadata and controls

20 lines (14 loc) · 958 Bytes
-api-id -api-type
E:Windows.Media.SystemMediaTransportControls.ShuffleEnabledChangeRequested
winrt event

Windows.Media.SystemMediaTransportControls.ShuffleEnabledChangeRequested

-description

Occurs when the user modifies the SystemMediaTransportControls shuffle state.

-remarks

Registering for this event causes an app to be notified when the SystemMediaTransportControls shuffle state changes. An app can change its shuffle state based on the request or ignore the request and update the SystemMediaTransportControls by setting the ShuffleEnabled property to a value that reflects the app's actual shuffle state.

-examples

-see-also