ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker 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 Object, _
       ByVal e As BadWordEventArgs _
    ) 
    public delegate void BadWordEventHandler( 
       object sender,
       BadWordEventArgs e
    )

    Parameters

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