Initializes a new instance of NotFoundEventArgs with the predefined values.

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

Syntax

C#
public NotFoundEventArgs(
	ProblemEnum problem
)
Visual Basic (Declaration)
Public Sub New ( _
	problem As ProblemEnum _
)

Parameters

problem
Type: C1.Win.C1Thesaurus..::.ProblemEnum
The ProblemEnum object that represents the problem.

See Also