ComponentOne SpellChecker for WinForms
BadWordAddedHandler Delegate

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : BadWordAddedHandler Delegate
UserDictionary that fired the event.
BadWordAddedEventArgs that contains the event data.
Represents the method that will handle the UserDictionary.BadWordAdded event.
Syntax
'Declaration
 
Public Delegate Sub BadWordAddedHandler( _
   ByVal sender As System.Object, _
   ByVal e As BadWordAddedEventArgs _
) 
public delegate void BadWordAddedHandler( 
   System.object sender,
   BadWordAddedEventArgs e
)

Parameters

sender
UserDictionary that fired the event.
e
BadWordAddedEventArgs that contains the event data.
See Also

Reference

BadWordAddedHandler Members
C1.Win.C1SpellChecker Namespace