Class
SpellingFormShowingEventArgs

Provides data for the SpellingFormShowing event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

cs-api-definition
public class SpellingFormShowingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSpellingFormShowingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SpellingFormShowingEventArgs(RadForm, IControlSpellChecker)

Declaration

cs-api-definition
public SpellingFormShowingEventArgs(RadForm form, IControlSpellChecker spellChecker)

Parameters

form

RadForm

spellChecker

IControlSpellChecker

Properties

SpellChecker

Gets an instance of IControlSpellChecker

Declaration

cs-api-definition
public IControlSpellChecker SpellChecker { get; }

Property Value

IControlSpellChecker

The spell checker.

SpellingForm

Gets or sets the spelling form.

Declaration

cs-api-definition
public RadForm SpellingForm { get; set; }

Property Value

RadForm

The spelling form.