ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / BadWordAddedHandler Delegate
UserDictionary that fired the event.
BadWordAddedEventArgs that contains the event data.

In This Topic
    BadWordAddedHandler Delegate
    In This Topic
    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