'Declaration
Protected Overridable Sub OnFontAttributesChanged( _ ByVal oldValue As FontAttributes, _ ByVal newValue As FontAttributes _ )
'Usage
Dim instance As Control Dim oldValue As FontAttributes Dim newValue As FontAttributes instance.OnFontAttributesChanged(oldValue, newValue)
protected virtual void OnFontAttributesChanged( FontAttributes oldValue, FontAttributes newValue )
Parameters
- oldValue
- newValue