[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CheckControlCompletedEventArgs

CheckControlCompletedEventArgs Class

Event arguments class used by CheckControlCompletedEventHandler.

Inheritance
CheckControlCompletedEventArgs
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class CheckControlCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
CheckControlCompletedEventArgs(ISpellDialog, ISpellCheckableEditor, bool)

Initializes a new instance of the CheckControlCompletedEventArgs class.

Properties

Name Description
Dialog

Gets the ISpellDialog used to perform the modal spell-check.

Editor

Gets the ISpellCheckableEditor object that was spell-checked.

ErrorCount

Gets the number of spelling errors detected.