ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / OnBadWordFound Method
BadWordEventArgs that contains the event data.

In This Topic
    OnBadWordFound Method
    In This Topic
    Raises the BadWordFound event.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnBadWordFound( _
       ByVal e As BadWordEventArgs _
    ) 
    public virtual void OnBadWordFound( 
       BadWordEventArgs e
    )

    Parameters

    e
    BadWordEventArgs that contains the event data.
    See Also