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