ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressBar Class / OnValueChanged Method

In This Topic
    OnValueChanged Method (C1ProgressBar)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValueChanged( _
       ByVal oldValue As System.Double, _
       ByVal newValue As System.Double _
    ) 
    protected virtual void OnValueChanged( 
       System.double oldValue,
       System.double newValue
    )

    Parameters

    oldValue
    newValue
    See Also