Represents the method that will handle the Suggestion event of C1Spell.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public delegate void SuggestionEventHandler(
	Object sender,
	SuggestionEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub SuggestionEventHandler ( _
	sender As Object, _
	e As SuggestionEventArgs _
)

See Also