[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CheckControlCompletedEventArgs.-ctor

CheckControlCompletedEventArgs Constructor

CheckControlCompletedEventArgs(ISpellDialog, ISpellCheckableEditor, bool)

Initializes a new instance of the CheckControlCompletedEventArgs class.

Declaration
public CheckControlCompletedEventArgs(ISpellDialog dialog, ISpellCheckableEditor editor, bool cancelled)
Public Sub New(dialog As ISpellDialog, editor As ISpellCheckableEditor, cancelled As Boolean)
Parameters
Type Name Description
ISpellDialog dialog

The dialog.

ISpellCheckableEditor editor

The editor.

bool cancelled

if set to true [cancelled].