Back to Devexpress

SpellChecker.SpellingFormShowing Event

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-d5d8ce1f.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public event SpellingFormShowingEventHandler SpellingFormShowing
vb
Public Event SpellingFormShowing As SpellingFormShowingEventHandler

Event Data

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

PropertyDescription
HandledGets or sets a value indicating whether default event actions are required. Inherited from FormShowingEventArgs.
SuggestionsProvides access to the collection of suggested words to be displayed at the spelling form.
WordGets 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

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace