ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / UserDictionary Class / BadWordAdded Event

In This Topic
    BadWordAdded Event (UserDictionary)
    In This Topic
    Occurs when bad word was added to the user dictionary.
    Syntax
    'Declaration
     
    Public Event BadWordAdded As BadWordAddedHandler
    public event BadWordAddedHandler BadWordAdded
    Event Data

    The event handler receives an argument of type BadWordAddedEventArgs containing data related to this event. The following BadWordAddedEventArgs properties provide information specific to this event.

    PropertyDescription
    The word added.  
    See Also