'DeclarationProtected Overridable Sub OnFontAttributesChanged( _ ByVal oldValue As FontAttributes, _ ByVal newValue As FontAttributes _ )
'UsageDim 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
