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

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

Syntax

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

See Also