ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / ErrorDisplayed Event

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