Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpellChecker.SpellingFormShowing Event

Occurs when the Spelling form is about to be displayed or an end-user clicks the command button that changes the form’s contents.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

#Declaration

public event SpellingFormShowingEventHandler SpellingFormShowing

#Event Data

The SpellingFormShowing event's data class is SpellingFormShowingEventArgs. The following properties provide information specific to this event:

Property Description
Handled Gets or sets a value indicating whether default event actions are required. Inherited from FormShowingEventArgs.
Suggestions Provides access to the collection of suggested words to be displayed at the spelling form.
Word Gets a misspelled word for which the spelling form is invoked.

#Remarks

Use the SpellingFormShowing event to customize or prevent displaying the Spelling form, if necessary.

See Also