Version

UltraSpellChecker Class Events

For a list of all members of this type, see UltraSpellChecker members.

Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventNoErrorsFoundFired when the spell check dialog is called to check errors and there are no errors.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventSpellCheckDialogClosedFired when a spell check dialog has closed.  
Public EventSpellCheckDialogOpeningFired when the spell checking dialog is about to display.  
Public EventSpellCheckedFired after all or a part of text is about to be spell checked.  
Public EventSpellCheckingFired when all or a part of text is about to be spell checked.  
Public EventSpellErrorFired when a word typed by the user is misspelled and this component is in SpellCheckingMode.AsYouType mode.  
Public EventWordCorrectedFired when the user picks a new word to replace a misspelled word.  
See Also