Skip to main content
A newer version of this page is available. .

SpellingFormShowingEventArgs Class

Provides data for the SpellingFormShowing event.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public class SpellingFormShowingEventArgs :
    FormShowingEventArgs

Remarks

The SpellingFormShowing occurs when the spelling form is to be displayed. The SpellingFormShowingEventArgs specifies the list of words suggested to replace the misspelled SpellingFormShowingEventArgs.Word.

Inheritance

Object
FormShowingEventArgs
SpellingFormShowingEventArgs
See Also