Skip to main content
A newer version of this page is available. .

SpellCheckerSettings.PrepareSuggestions Property

This event occurs when a misspelled word is found and a list of suggested replacements is created and sorted.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public PrepareSuggestionsEventHandler PrepareSuggestions { get; set; }

Property Value

Type Description
PrepareSuggestionsEventHandler

A PrepareSuggestionsEventHandler delegate method to be called when a suggestion list is ready.

See Also