ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker 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 System.EventArgs _
    ) 
    protected virtual void OnErrorDisplayed( 
       System.EventArgs e
    )

    Parameters

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