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