Breaking Changes
This article will list the breaking changes and how they can be fixed when upgrading to a specific version of the controls to the next one.
2025 Q2
The format providers no longer need a reference to
Telerik.Windows.Zip.dll
.The
MouseSelectionHandler(RadDocument document)
obsolete constructor of theMouseSelectionHandler
class was removed. Instead, use theMouseSelectionHandler(RadDocument document, IDocumentEditorPresenter presenter)
constructor.The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
obsolete constructor of theTextInsertedEventArgs
class was removed. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)
constructor.The
RemoveCustomDictionary(ICustomWordDictionary customDictionary, CultureInfo culture)
obsolete method of theDocumentSpellChecker
class was removed. Instead, use theRemoveCustomDictionary(CultureInfo culture)
method.The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
obsolete constructor of theTextInsertedEventArgs
class was removed. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)
constructor.
2025 Q1
The
ShouldPersist
andShouldStartNewComposition
properties of theTextInsertedEventArgs
class are now obsoleted. Use theImeLanguage
andCurrentEvent
properties instead.The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
constructor of the TextInsertedEventArgs class is now obsoleted. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)
constructor.
2022 R2 SP1
- The obsoleted method
GetCurrentSelectedInline
in theImageContextCommandBase
class is now removed. UseRichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent
instead.
2022 R2
-
ShowFloatingBlockPropertiesDialogCommand
now inherits fromDrawingContextCommandBase
instead ofImageContextCommandBase
.