'DeclarationProtected Overrides Sub OnThumbBackgroundChanged( _ ByVal oldValue As Brush, _ ByVal newValue As Brush _ )
'UsageDim instance As MaterialSwitch Dim oldValue As Brush Dim newValue As Brush instance.OnThumbBackgroundChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.