Initializes a new instance of CompleteEventArgs with the predefined values.

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

Syntax

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

Parameters

status
Type: System..::.Boolean
Value that indicates whether the spell-checking process was cancelled or not.

See Also