'Declaration Protected Overridable Sub OnDefaultInteriorChanged( _ ByVal oldValue As SolidColorBrush, _ ByVal newValue As SolidColorBrush _ )
'Usage Dim instance As Series Dim oldValue As SolidColorBrush Dim newValue As SolidColorBrush instance.OnDefaultInteriorChanged(oldValue, newValue)
protected virtual void OnDefaultInteriorChanged( SolidColorBrush oldValue, SolidColorBrush newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.