Initializes a new instance of the CompleteEventArgs with the predefined values.

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

Syntax

C#
public CompleteEventArgs(
	bool status
)
Visual Basic (Declaration)
Public Sub New ( _
	status As Boolean _
)

Parameters

status
Type: System..::.Boolean
Indicates how the thesaurus check ended. It is set to False if the process ended normally, or True if the process was aborted by the user.

See Also