C1.WPF.SpellChecker Namespace / BadWordEventHandler Delegate
C1SpellChecker that fired the event.
BadWordEventArgs that contains the event data.

In This Topic
BadWordEventHandler Delegate
In This Topic
Represents the method that will handle the BadWordFound event.
Syntax
'Declaration
 
Public Delegate Sub BadWordEventHandler( _
   ByVal sender As Object, _
   ByVal e As BadWordEventArgs _
) 
 

Parameters

sender
C1SpellChecker that fired the event.
e
BadWordEventArgs that contains the event data.
See Also