Class SpellCheckingCompletedEventArgs
Provides data for the SpellCheckingCompleted event.
Inheritance
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class SpellCheckingCompletedEventArgs : EventArgs
Constructors
SpellCheckingCompletedEventArgs(SpellCheckingMode, Boolean)
Declaration
public SpellCheckingCompletedEventArgs(SpellCheckingMode mode, bool spellCheckingCanceled)
Parameters
SpellCheckingMode
mode
|
System.Boolean
spellCheckingCanceled
|
Properties
IsSpellCheckingCanceled
Gets a value indicating whether the spell checking process has been canceled.
Declaration
public bool IsSpellCheckingCanceled { get; set; }
Property Value
System.Boolean
A boolean value that returns true if the spell checking has been canceled; otherwise, false. |
Mode
Represents the mode of spell checking in the SpellCheckingCompletedEventArgs class.
Declaration
public SpellCheckingMode Mode { get; set; }
Property Value
SpellCheckingMode
A value indicating the current spell checking mode. |