I make use of the SpellCheckingCompleted event, but it doesn't fire when the user clicks the Close button. Could we get a closed event?
3 Answers, 1 is accepted
0
Andrew
Telerik team
answered on 08 Nov 2011, 10:14 AM
Hi Nathaniel,
Thank you for this suggestion.
We will either add an event that will be raised when a user cancels the spellchecking, or we will fire SpellCheckingCompleted and add a property to SpellCheckingCompletedEventArgs showing if the user clicked OK or Cancel/Close.
All the best,
Andrew
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Hello Andrew,
Is there any update on SpellChecker window close event / SpellCheckingCompletedEventArgs showing if the user clicked OK or Cancel/Close.
Thanks,
Raghuveer
0
Petya
Telerik team
answered on 29 Oct 2012, 12:58 PM
Hi Raghuveer,
A boolean property called IsSpellCheckingCanceled has been added to the SpellCheckingCompletedEventArgs that can be used in order to determine if the user clicked OK or Cancel. It should be just what you need.