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

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

Syntax

C#
public CheckingEventArgs(
	bool cancel
)
Visual Basic (Declaration)
Public Sub New ( _
	cancel As Boolean _
)

Parameters

cancel
Type: System..::.Boolean
When set to True, spell checking is stopped.

See Also