SpellCheckerEventHandler
Namespace: PPJ.Runtime.Windows.Spell
Assembly: PPJ.Runtime.50 (5.0.0.0)
Handles a request to display spelling suggestions.
- C#
- VB.NET
public delegate void SpellCheckerEventHandler(Object sender, SpellCheckerEventArgs e)
Public Delegate Sub SpellCheckerEventHandler(ByVal sender As [Object], ByVal e As SpellCheckerEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The text control containing the misspelled word. |
| e | SpellCheckerEventArgs | The word, language, suggestions, and optional replacement response. |
Fired By
| Name | Description |
|---|---|
| SpellChecker.ShowSuggestionsMenu | Occurs before the default spelling-suggestion menu is displayed. |