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