ComponentOne SpellChecker for WinForms
OnBadWordFound Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class : OnBadWordFound Method
BadWordEventArgs that contains the event data.
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

Reference

C1SpellChecker Class
C1SpellChecker Members