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