ComponentOne MediaPlayer for WPF and Silverlight
C1.WPF.MediaPlayer Namespace / C1MoveToPointSlider Class / OnValueChanged Method

In This Topic
    OnValueChanged Method (C1MoveToPointSlider)
    In This Topic
    Raises ValueChanged routed event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnValueChanged( _
       ByVal oldValue As Double, _
       ByVal newValue As Double _
    ) 
    protected override void OnValueChanged( 
       double oldValue,
       double newValue
    )

    Parameters

    oldValue
    newValue
    See Also