Skip to main content

SpellCheckerEventHandler

Namespace: PPJ.Runtime.Windows.Spell

Assembly: PPJ.Runtime.50 (5.0.0.0)

Handles a request to display spelling suggestions.

public delegate void SpellCheckerEventHandler(Object sender, SpellCheckerEventArgs e)

Parameters

NameTypeDescription
senderObjectThe text control containing the misspelled word.
eSpellCheckerEventArgsThe word, language, suggestions, and optional replacement response.

Fired By

NameDescription
SpellChecker.ShowSuggestionsMenuOccurs before the default spelling-suggestion menu is displayed.