ClassSpellCheckingCompletedEventArgs
Class
Provides data for the SpellCheckingCompleted event.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
cs-api-definition
public class SpellCheckingCompletedEventArgs : EventArgs
Inheritance: objectEventArgsSpellCheckingCompletedEventArgs
Inherited Members
Constructors
SpellCheckingCompletedEventArgs(SpellCheckingMode, bool)
Declaration
cs-api-definition
public SpellCheckingCompletedEventArgs(SpellCheckingMode mode, bool spellCheckingCanceled)
Parameters
mode
spellCheckingCanceled
Properties
IsSpellCheckingCanceled
Gets a value indicating whether the spell checking process has been canceled.
Declaration
cs-api-definition
public bool IsSpellCheckingCanceled { get; set; }
Property Value
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
cs-api-definition
public SpellCheckingMode Mode { get; set; }
Property Value
A value indicating the current spell checking mode.