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