ComponentOne SpellChecker for WinForms
SuggestionsEventHandler Delegate

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : SuggestionsEventHandler Delegate
C1SpellChecker that fired the event.
SuggestionsEventArgs that contains the event data.
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

Reference

SuggestionsEventHandler Members
C1.Win.C1SpellChecker Namespace