ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.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 will handle the BadWordFound event.
    Syntax
    'Declaration
     
    Public Delegate Sub BadWordEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As BadWordEventArgs _
    ) 
    public delegate void BadWordEventHandler( 
       System.object sender,
       BadWordEventArgs e
    )

    Parameters

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