RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellDialog Class / OnErrorDisplayed Method
System.EventArgs that contains the event data.

In This Topic
    OnErrorDisplayed Method (C1SpellDialog)
    In This Topic
    Raises the ErrorDisplayed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnErrorDisplayed( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnErrorDisplayed( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also