Represents the method that will handle the Suggestion event of the
C1Thesaurus.
Namespace:
C1.Win.C1ThesaurusAssembly: C1.Win.C1Thesaurus.2 (in C1.Win.C1Thesaurus.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 _ ) |