MediaPlaybackCommandManagerNextReceivedEventArgs.Handled 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 or sets a value indicating whether the NextReceived event has been handled.
public:
property bool Handled { bool get(); void set(bool value); };
bool Handled();
void Handled(bool value);
public bool Handled { get; set; }
var boolean = mediaPlaybackCommandManagerNextReceivedEventArgs.handled;
mediaPlaybackCommandManagerNextReceivedEventArgs.handled = boolean;
Public Property Handled As Boolean
Property Value
bool
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 Next command that initiated the event. If this property is false, the system will perform the default action based on the current NextBehavior setting.