ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellDialog Class / ErrorDisplayed Event

In This Topic
    ErrorDisplayed Event (C1SpellDialog)
    In This Topic
    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