Class
SpellCheckingCompletedEventArgs

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 EventArgs.Empty

Constructors

SpellCheckingCompletedEventArgs(SpellCheckingMode, bool)

Declaration

cs-api-definition
public SpellCheckingCompletedEventArgs(SpellCheckingMode mode, bool spellCheckingCanceled)

Parameters

mode

SpellCheckingMode

spellCheckingCanceled

bool

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

bool

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

SpellCheckingMode

A value indicating the current spell checking mode.