Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlaybackCommandManagerPreviousReceivedEventArgs Class

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.

Provides data or the MediaPlaybackCommandManager.PreviousReceived event, which occurs when the command manager receives a command from the Play button of the System Media Transport Controls.

public ref class MediaPlaybackCommandManagerPreviousReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MediaPlaybackCommandManagerPreviousReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MediaPlaybackCommandManagerPreviousReceivedEventArgs
Public NotInheritable Class MediaPlaybackCommandManagerPreviousReceivedEventArgs
Inheritance
Object Platform::Object IInspectable MediaPlaybackCommandManagerPreviousReceivedEventArgs
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Get an instance of this class by handling the MediaPlaybackCommandManager.PreviousReceived event.

Properties

Name Description
Handled

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

Methods

Name Description
GetDeferral()

Gets a Deferral object that causes the system to wait for you to perform asynchronous operations, such as creating a new MediaPlaybackItem from a network source, before it continues processing the Previous command.

Applies to


Feedback

Was this page helpful?