C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker 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 sell me will handle the C1SpellChecker.BadWordFound event.
Syntax
'Declaration
 
Public Delegate Sub BadWordEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As BadWordEventArgs _
) 
 

Parameters

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