ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionsEventHandler Delegate
C1SpellChecker that fired the event.
SuggestionsEventArgs that contains the event data.

In This Topic
    SuggestionsEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1SpellChecker.ShowSuggestions event.
    Syntax
    'Declaration
     
    Public Delegate Sub SuggestionsEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As SuggestionsEventArgs _
    ) 
    public delegate void SuggestionsEventHandler( 
       System.object sender,
       SuggestionsEventArgs e
    )

    Parameters

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