Initializes a new instance of SuggestionEventArgs with the predefined values.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.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 words.
cancel
Type: System..::.Boolean
If True then suggestion process will cancelled.

See Also