Click or drag to resize

PositionChangedEventArgs Class

Contains the position changed routed event args.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CSVideoPlayerPositionChangedEventArgs

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PositionChangedEventArgs : EventArgs

The PositionChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyOldPosition
Gets the old position.
Public propertyPosition
Gets the current position.
Top
See Also

Reference

SystemEventArgs