'Declaration Protected Overridable Sub OnThumbCheckedBackgroundChanged( _ ByVal oldValue As Brush, _ ByVal newValue As Brush _ )
'Usage Dim instance As MaterialSwitch Dim oldValue As Brush Dim newValue As Brush instance.OnThumbCheckedBackgroundChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.