'Declaration Protected Overridable Sub OnIndeterminateRotationSpeedRatioChanged( _ ByVal oldValue As Double, _ ByVal newValue As Double _ )
'Usage Dim instance As MaterialProgressBarCircular Dim oldValue As Double Dim newValue As Double instance.OnIndeterminateRotationSpeedRatioChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.