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