PositionChangedEventArgsOldPosition Property |
Gets the old position.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TimeSpan OldPosition { get; }
Public ReadOnly Property OldPosition As TimeSpan
Get
Dim instance As PositionChangedEventArgs
Dim value As TimeSpan
value = instance.OldPosition
member OldPosition : TimeSpan with get
/** @property */
public TimeSpan get_OldPosition()
function get OldPosition () : TimeSpan
function get_OldPosition();
Property Value
Type:
TimeSpan
See Also