This topic has not yet been rated - Rate this topic

MediaControl.FastForwardPressed | fastforwardpressed event

Event raised when a FastForward command is issued to the application.

Syntax


function onFastForwardPressed(eventArgs) { /* Your code */ }
 
// addEventListener syntax
mediaControl.addEventListener("fastforwardpressed", onFastForwardPressed);
mediaControl.removeEventListener("fastforwardpressed", onFastForwardPressed);
 
- or -

mediaControl.onfastforwardpressed = onFastForwardPressed;


Event information

Delegate EventHandler(Object)

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media
Windows::Media [C++]

Metadata

Windows.winmd

See also

MediaControl

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.