MediaBreakSeekedOverEventArgs.OldPosition 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 the previous position within the MediaPlaybackItem before the seek operation started.
public:
property TimeSpan OldPosition { TimeSpan get(); };
TimeSpan OldPosition();
public System.TimeSpan OldPosition { get; }
var timeSpan = mediaBreakSeekedOverEventArgs.oldPosition;
Public ReadOnly Property OldPosition As TimeSpan
Property Value
The previous position within the MediaPlaybackItem before the seek operation started.