ComponentOne SpellChecker for WinForms
ErrorDisplayed Event

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellDialog Class : ErrorDisplayed Event
Occurs when the C1SpellDialog displays an error. to the user.
Syntax
'Declaration
 
Public Event ErrorDisplayed As System.EventHandler
public event System.EventHandler ErrorDisplayed
Remarks
You can use the ErrorIndex and Errors properties to display information about the error in a status bar.
See Also

Reference

C1SpellDialog Class
C1SpellDialog Members