Represents the method that will handle the Complete event of the
C1Thesaurus.
Namespace:
C1.Win.C1ThesaurusAssembly: C1.Win.C1Thesaurus.2 (in C1.Win.C1Thesaurus.2.dll)
Syntax
C# |
---|
public delegate void CompleteEventHandler( Object sender, CompleteEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub CompleteEventHandler ( _ sender As Object, _ e As CompleteEventArgs _ ) |