RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / ErrorDisplayed Event

In This Topic
    ErrorDisplayed Event (C1SpellDialog)
    In This Topic
    Event that fires when the C1SpellDialog displays an error to the user.
    Syntax
    'Declaration
     
    
    Public Event ErrorDisplayed As EventHandler
    public event EventHandler ErrorDisplayed
    Remarks
    You can use the ErrorIndex and Errors properties to display information about the error in a status bar.
    See Also