BadWordEventHandler Delegate
Represents the method that sell me will handle the C1SpellChecker.BadWordFound event.
'Declaration
Public Delegate Sub BadWordEventHandler( _
ByVal As System.Object, _
ByVal As BadWordEventArgs _
)
Parameters
- sender
- C1SpellChecker that fired the event.
- e
- BadWordEventArgs that contains the event data.