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