'DeclarationProtected Overridable Sub OnIndeterminateIndicatorMinLengthChanged( _ ByVal oldValue As Double, _ ByVal newValue As Double _ )
'UsageDim instance As MaterialProgressBarBase Dim oldValue As Double Dim newValue As Double instance.OnIndeterminateIndicatorMinLengthChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.