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

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

Syntax

C#
public SuggestionEventArgs(
	int index,
	bool cancel
)
Visual Basic (Declaration)
Public Sub New ( _
	index As Integer, _
	cancel As Boolean _
)

Parameters

index
Type: System..::.Int32
The index of the suggested synonym.
cancel
Type: System..::.Boolean
Set this parameter to True to stop suggesting synonyms.

See Also