CustomRichTextBoxOnTextFormatterPropertyChanged - метод |
Пространство имён:
Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBox
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected virtual void OnTextFormatterPropertyChanged(
ITextFormatter oldValue,
ITextFormatter newValue
)
Protected Overridable Sub OnTextFormatterPropertyChanged (
oldValue As ITextFormatter,
newValue As ITextFormatter
)
protected:
virtual void OnTextFormatterPropertyChanged(
ITextFormatter^ oldValue,
ITextFormatter^ newValue
)
abstract OnTextFormatterPropertyChanged :
oldValue : ITextFormatter *
newValue : ITextFormatter -> unit
override OnTextFormatterPropertyChanged :
oldValue : ITextFormatter *
newValue : ITextFormatter -> unit
Параметры
- oldValue
- Тип: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxITextFormatter
- newValue
- Тип: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxITextFormatter
См. также