'Declaration Protected Overridable Sub OnTextFormatterPropertyChanged( _ ByVal oldValue As ITextFormatter, _ ByVal newValue As ITextFormatter _ )
'Usage Dim instance As RichTextBox Dim oldValue As ITextFormatter Dim newValue As ITextFormatter instance.OnTextFormatterPropertyChanged(oldValue, newValue)
protected virtual void OnTextFormatterPropertyChanged( ITextFormatter oldValue, ITextFormatter newValue )
Parameters
- oldValue
- newValue