New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public SpellCheckingCompletedEventArgs(SpellCheckingMode mode, bool spellCheckingCanceled)
Parameters:modeSpellCheckingModespellCheckingCanceledbool

Properties

Gets a value indicating whether the spell checking process has been canceled.

C#
public bool IsSpellCheckingCanceled { get; set; }
Property Value:

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; }
Property Value:

A value indicating the current spell checking mode.