Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 875 Bytes

mediaplaybackcommandmanagerpausereceivedeventargs_handled.md

File metadata and controls

23 lines (16 loc) · 875 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackCommandManagerPauseReceivedEventArgs.Handled
winrt property

Windows.Media.Playback.MediaPlaybackCommandManagerPauseReceivedEventArgs.Handled

-description

Gets or sets a value indicating whether the PauseReceived event has been handled.

-property-value

True if the event has been handled; otherwise, false.

-remarks

If you mark the event as handled by setting this property to true, the System Media Transport Controls will not take any action for the Pause command that initiated the event. If this property is false, the system will perform the default action based on the current PauseBehavior setting.

-examples

-see-also