Back to Devexpress

SpellingFormShowingEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-4172c549.md

latest1.9 KB
Original Source

SpellingFormShowingEventArgs Class

Provides data for the SpellingFormShowing event.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class SpellingFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class SpellingFormShowingEventArgs
    Inherits FormShowingEventArgs

SpellingFormShowingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpellChecker.SpellingFormShowing
WPF ControlsSpellChecker.SpellingFormShowing

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 EventArgs FormShowingEventArgs SpellingFormShowingEventArgs

See Also

SpellingFormShowingEventArgs Members

DevExpress.XtraSpellChecker Namespace