Event that fires when the C1SpellDialog displays an error to the user.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public event EventHandler ErrorDisplayed
Visual Basic
Public Event ErrorDisplayed As EventHandler

Remarks

You can use the ErrorIndex and Errors properties to display information about the error in a status bar.

See Also