Skip to main content

SpellingFormShowingEventArgs Class

Provides data for the SpellingFormShowing event.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#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