Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.28 KB

ratechangedroutedeventargs.md

File metadata and controls

24 lines (16 loc) · 1.28 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.RateChangedRoutedEventArgs
winrt class

Windows.UI.Xaml.Media.RateChangedRoutedEventArgs

-description

Provides event data for the RateChanged event.

-remarks

RateChanged event fires when PlaybackRate or DefaultPlaybackRate change.

The new PlaybackRate or DefaultPlaybackRate value, whichever property has changed, is not provided in the event data. Applications should query PlaybackRate or DefaultPlaybackRate inside the RateChangedRoutedEventHandler to obtain the new rate.

-examples

-see-also

RoutedEventArgs