Represents the method that will handle the ThesError event of the C1Thesaurus.

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

Syntax

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

See Also